themissingCRAM commited on
Commit
193e8c6
·
1 Parent(s): d1e6e84
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ if __name__ == "__main__":
153
  )
154
  with gr.Blocks() as b:
155
  gr.Markdown("# Demo text to sql on paying customers' receipts")
156
- chatbot = gr.Chatbot(type="messages", height=1000)
157
  message_box = gr.Textbox(lines=1, label="chat message (with default sample question)", value="What is the average each customer paid?")
158
  with gr.Row():
159
  stop_generating_button = gr.Button("stop generating")
 
153
  )
154
  with gr.Blocks() as b:
155
  gr.Markdown("# Demo text to sql on paying customers' receipts")
156
+ chatbot = gr.Chatbot(type="messages", height=2000)
157
  message_box = gr.Textbox(lines=1, label="chat message (with default sample question)", value="What is the average each customer paid?")
158
  with gr.Row():
159
  stop_generating_button = gr.Button("stop generating")