Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|