themissingCRAM commited on
Commit
8e2887a
·
1 Parent(s): e6a7334
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ if __name__ == "__main__":
152
  verbosity_level=10,
153
  )
154
  with gr.Blocks() as b:
155
- gr.Text(label = "",text="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():
 
152
  verbosity_level=10,
153
  )
154
  with gr.Blocks() as b:
155
+ gr.Text(label = "",value="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():