Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ with gr.Blocks() as page1:
|
|
| 50 |
|
| 51 |
gr.Markdown("## Tanya Jawab 📩")
|
| 52 |
chatbot = gr.Chatbot()
|
| 53 |
-
msg = gr.Textbox(placeholder="Tanyakan sesuatu tentang tabel...")
|
| 54 |
msg.submit(chat_response, inputs=[msg, chatbot], outputs=chatbot)
|
| 55 |
|
| 56 |
# Interface: Page 2 - Visualization
|
|
|
|
| 50 |
|
| 51 |
gr.Markdown("## Tanya Jawab 📩")
|
| 52 |
chatbot = gr.Chatbot()
|
| 53 |
+
msg = gr.Textbox(placeholder="Tanyakan sesuatu tentang tabel...", lines=1)
|
| 54 |
msg.submit(chat_response, inputs=[msg, chatbot], outputs=chatbot)
|
| 55 |
|
| 56 |
# Interface: Page 2 - Visualization
|