Spaces:
Runtime error
Runtime error
Commit
·
9ce5220
1
Parent(s):
bd28824
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def solve(text):
|
|
17 |
|
18 |
task = gr.Interface(
|
19 |
fn=solve,
|
20 |
-
inputs=gr.Textbox(lines=5,max_lines=6,label="
|
21 |
outputs="text",
|
22 |
title=title,
|
23 |
examples=examples
|
|
|
17 |
|
18 |
task = gr.Interface(
|
19 |
fn=solve,
|
20 |
+
inputs=gr.Textbox(lines=5,max_lines=6,label="Frage"),
|
21 |
outputs="text",
|
22 |
title=title,
|
23 |
examples=examples
|