Spaces:
Sleeping
Sleeping
df_string_output = gr.Textbox(label="raw data")
Browse files
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"
|
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,
|