Update app.py
Browse files
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()
|