AFischer1985 commited on
Commit
9ce5220
·
1 Parent(s): bd28824

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Auftrag:"),
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