themissingCRAM
commited on
Commit
·
193e8c6
1
Parent(s):
d1e6e84
gradio
Browse files
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=
|
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")
|