Spaces:
Runtime error
Runtime error
Commit
·
cdaa527
1
Parent(s):
d53c48e
back to old hmi
Browse files
app.py
CHANGED
@@ -2104,12 +2104,12 @@ with gr.Blocks() as demo:
|
|
2104 |
autoplay= True,
|
2105 |
label= "OUTPUT",
|
2106 |
)
|
2107 |
-
with gr.Column():
|
2108 |
-
|
2109 |
-
|
2110 |
-
with gr.Column():
|
2111 |
-
|
2112 |
-
|
2113 |
with gr.Accordion(
|
2114 |
label = "LOGS",
|
2115 |
open = False,
|
|
|
2104 |
autoplay= True,
|
2105 |
label= "OUTPUT",
|
2106 |
)
|
2107 |
+
# with gr.Column():
|
2108 |
+
upload_button = gr.UploadButton("✡️ INGEST DB", file_count="multiple", scale= 0, variant="secondary")
|
2109 |
+
summary_file_button = gr.UploadButton("📁 SUM DOC", file_count="multiple", scale= 0, variant="secondary")
|
2110 |
+
# with gr.Column():
|
2111 |
+
retry_button = gr.Button("RETRY")
|
2112 |
+
clear_button = gr.Button("CLEAR")
|
2113 |
with gr.Accordion(
|
2114 |
label = "LOGS",
|
2115 |
open = False,
|