Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -445,9 +445,7 @@ with demo:
|
|
| 445 |
variant="primary",
|
| 446 |
)
|
| 447 |
with gr.Row():
|
| 448 |
-
output_viewer = gr.HTML(
|
| 449 |
-
<div style='height: 800px; width: 100px; background-color: black;'></div>
|
| 450 |
-
""")
|
| 451 |
output_file = gr.File(
|
| 452 |
label="Download as Text File",
|
| 453 |
file_count="single",
|
|
|
|
| 445 |
variant="primary",
|
| 446 |
)
|
| 447 |
with gr.Row():
|
| 448 |
+
output_viewer = gr.HTML()
|
|
|
|
|
|
|
| 449 |
output_file = gr.File(
|
| 450 |
label="Download as Text File",
|
| 451 |
file_count="single",
|