Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1643,9 +1643,9 @@ def main():
|
|
| 1643 |
generate_button = gr.Button("Generate Report")
|
| 1644 |
|
| 1645 |
with gr.Accordion("6] Extra Context (Crumbs, Existing Report & Log, Processed Queries)", open=False):
|
| 1646 |
-
existing_report = gr.Textbox(label="Existing Report (if any)", ...)
|
| 1647 |
-
existing_log = gr.Textbox(label="Existing Process Log (if any)", ...)
|
| 1648 |
-
crumbs_box = gr.Textbox(label="Existing Crumbs (All sources, JSON)", ...)
|
| 1649 |
existing_queries_box = gr.Textbox(label="Existing Queries (processed queries)", placeholder="Paste processed queries here...", lines=4)
|
| 1650 |
|
| 1651 |
with gr.Accordion("7] Backup / Restore Fields", open=False):
|
|
|
|
| 1643 |
generate_button = gr.Button("Generate Report")
|
| 1644 |
|
| 1645 |
with gr.Accordion("6] Extra Context (Crumbs, Existing Report & Log, Processed Queries)", open=False):
|
| 1646 |
+
existing_report = gr.Textbox(label="Existing Report (if any)", placeholder="Paste previously generated report here...", lines=4)
|
| 1647 |
+
existing_log = gr.Textbox(label="Existing Process Log (if any)", placeholder="Paste previously generated log here...", lines=4)
|
| 1648 |
+
crumbs_box = gr.Textbox(label="Existing Crumbs (All scraped sources, JSON)", placeholder="Paste existing crumbs JSON here...", lines=4)
|
| 1649 |
existing_queries_box = gr.Textbox(label="Existing Queries (processed queries)", placeholder="Paste processed queries here...", lines=4)
|
| 1650 |
|
| 1651 |
with gr.Accordion("7] Backup / Restore Fields", open=False):
|