paddle12 commited on
Commit
26610f8
·
verified ·
1 Parent(s): 32a906b

Update app.py

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