Spaces:
Running
Running
Update main_web.py
Browse files- main_web.py +1 -1
main_web.py
CHANGED
@@ -66,7 +66,7 @@ def build_interface():
|
|
66 |
submit_button = gr.Button("Process Inquiry (Web Demo)", variant="primary")
|
67 |
|
68 |
# --- ✅ REAL-TIME PROGRESS BAR ---
|
69 |
-
progress_bar = gr.Progress(track_tqdm=True,
|
70 |
|
71 |
with gr.Column(elem_id="results_box", visible=False) as results_box:
|
72 |
synthesized_summary_output = gr.Markdown()
|
|
|
66 |
submit_button = gr.Button("Process Inquiry (Web Demo)", variant="primary")
|
67 |
|
68 |
# --- ✅ REAL-TIME PROGRESS BAR ---
|
69 |
+
progress_bar = gr.Progress(track_tqdm=True, visible=False)
|
70 |
|
71 |
with gr.Column(elem_id="results_box", visible=False) as results_box:
|
72 |
synthesized_summary_output = gr.Markdown()
|