mt3842ml commited on
Commit
0eea88d
·
verified ·
1 Parent(s): e18107f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,6 +156,6 @@ custom_css = """
156
  """
157
 
158
  # Gradio Interface
159
- demo = gr.ChatInterface(generate, css=custom_css, gr.Textbox(placeholder="Ask me anything about NYC!"), chatbot=gr.Chatbot(placeholder="<strong>NYC Buddy</strong><br>Looking for local tips, hidden gems, or iconic spots? Just ask!"))
160
 
161
  demo.launch()
 
156
  """
157
 
158
  # Gradio Interface
159
+ demo = gr.ChatInterface(generate, css=custom_css, textbox = gr.Textbox(placeholder="Ask me anything about NYC!"), chatbot=gr.Chatbot(placeholder="<strong>NYC Buddy</strong><br>Looking for local tips, hidden gems, or iconic spots? Just ask!"))
160
 
161
  demo.launch()