youngtsai commited on
Commit
1a94c44
1 Parent(s): d476719

df_string_output = gr.Textbox(label="raw data")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
69
  send_button = gr.Button("Send")
70
 
71
  with gr.Column():
72
- df_string_output = gr.Textbox(label="raw data", interactive=False)
73
 
74
  send_button.click(
75
  respond,
 
69
  send_button = gr.Button("Send")
70
 
71
  with gr.Column():
72
+ df_string_output = gr.Textbox(label="raw data")
73
 
74
  send_button.click(
75
  respond,