Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def generate_trip_plan(question):
|
|
16 |
out = chain.run(question)
|
17 |
return out
|
18 |
|
19 |
-
input_text = gr.Textbox(label="Enter
|
20 |
generate_button = gr.Button("Generate")
|
21 |
|
22 |
iface = gr.Interface(fn=generate_trip_plan, inputs=input_text, outputs=gr.Textbox())
|
|
|
16 |
out = chain.run(question)
|
17 |
return out
|
18 |
|
19 |
+
input_text = gr.Textbox(label="Enter city you want to go!")
|
20 |
generate_button = gr.Button("Generate")
|
21 |
|
22 |
iface = gr.Interface(fn=generate_trip_plan, inputs=input_text, outputs=gr.Textbox())
|