mt3842ml commited on
Commit
263eaec
·
verified ·
1 Parent(s): 262247c

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, chatbot=gr.Chatbot(value=[[None, “Testing…”]]))
160
 
161
  demo.launch()
 
156
  """
157
 
158
  # Gradio Interface
159
+ demo = gr.ChatInterface(generate, css=custom_css, chatbot=gr.Chatbot(placeholder="<strong>NYC Buddy</strong><br>Looking for local tips, hidden gems, or iconic spots? Just ask!"))
160
 
161
  demo.launch()