markrodrigo commited on
Commit
ea104d4
·
1 Parent(s): f938394
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ with gr.Blocks(title="Text to SQL via Llama 3.2") as demo:
60
  chatbot = gr.Chatbot(
61
  label="Chat",
62
  height=500,
63
- type="messages",
64
- show_copy_button=True,
65
  )
66
 
67
  with gr.Row():
 
60
  chatbot = gr.Chatbot(
61
  label="Chat",
62
  height=500,
63
+ # type="messages",
64
+ # show_copy_button=True,
65
  )
66
 
67
  with gr.Row():