rohitdiwane commited on
Commit
9e80133
·
verified ·
1 Parent(s): fc5c5da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 your question")
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())