Rohrbach commited on
Commit
545fdf0
1 Parent(s): 5f1b9b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def get_response_from_query(query):
103
 
104
  with gr.Blocks(title="I14Y Chatbot", theme=gr.themes.Default(font=gr.themes.GoogleFont("Roboto"), primary_hue="red", secondary_hue="pink")) as demo:
105
 
106
- input = gr.Textbox(label="Frage mich etwas über die Geodaten des BAFU")
107
  output = gr.Textbox(label="Antwort")
108
  search_btn = gr.Button("Frage stellen")
109
  search_btn.click(fn=get_response_from_query, inputs=input, outputs=output, api_name="Frage stellen")
 
103
 
104
  with gr.Blocks(title="I14Y Chatbot", theme=gr.themes.Default(font=gr.themes.GoogleFont("Roboto"), primary_hue="red", secondary_hue="pink")) as demo:
105
 
106
+ input = gr.Textbox(label="Frage mich etwas über das BAFU")
107
  output = gr.Textbox(label="Antwort")
108
  search_btn = gr.Button("Frage stellen")
109
  search_btn.click(fn=get_response_from_query, inputs=input, outputs=output, api_name="Frage stellen")