Spaces:
Runtime error
Runtime error
Back 2
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ def up_file(files):
|
|
| 147 |
value="Processing")
|
| 148 |
|
| 149 |
|
| 150 |
-
with gr.Blocks(css=".gradio-container {background-color: red}) as demo:
|
| 151 |
with gr.Row():
|
| 152 |
with gr.Column():
|
| 153 |
file = gr.File(file_types=['.pdf'], label='Click to upload Document', file_count='multiple')
|
|
|
|
| 147 |
value="Processing")
|
| 148 |
|
| 149 |
|
| 150 |
+
with gr.Blocks(css=".gradio-container {background-color: red}") as demo:
|
| 151 |
with gr.Row():
|
| 152 |
with gr.Column():
|
| 153 |
file = gr.File(file_types=['.pdf'], label='Click to upload Document', file_count='multiple')
|