Spaces:
Paused
Paused
ManishThota
commited on
Commit
•
f1d9d55
1
Parent(s):
7242f0f
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks(css = css) as app:
|
|
231 |
with gr.Column():
|
232 |
answer = gr.TextArea(label="Answer")
|
233 |
save_btn = gr.Button("Save as CSV")
|
234 |
-
csv = gr.File(
|
235 |
|
236 |
# Make sure the inputs and outputs match in your click function
|
237 |
|
|
|
231 |
with gr.Column():
|
232 |
answer = gr.TextArea(label="Answer")
|
233 |
save_btn = gr.Button("Save as CSV")
|
234 |
+
csv = gr.File(interactive = False, visible=False)
|
235 |
|
236 |
# Make sure the inputs and outputs match in your click function
|
237 |
|