upd app file
Browse files
app.py
CHANGED
|
@@ -629,8 +629,7 @@ def start_generation(pdf_file, model_name_t, model_name_v, template_root,
|
|
| 629 |
section_display_md, # Markdown format
|
| 630 |
section_display_json, # JSON format (hidden)
|
| 631 |
gr.update(),
|
| 632 |
-
gr.update(visible=False, value="")
|
| 633 |
-
""
|
| 634 |
)
|
| 635 |
|
| 636 |
except Exception as e:
|
|
@@ -1601,7 +1600,7 @@ with gr.Blocks(title="Paper2ProjectPage Generator", theme=gr.themes.Soft(), css=
|
|
| 1601 |
section_display_json,
|
| 1602 |
template_choice,
|
| 1603 |
template_preview_links,
|
| 1604 |
-
section_feedback_input
|
| 1605 |
]
|
| 1606 |
)
|
| 1607 |
|
|
|
|
| 629 |
section_display_md, # Markdown format
|
| 630 |
section_display_json, # JSON format (hidden)
|
| 631 |
gr.update(),
|
| 632 |
+
gr.update(visible=False, value="")
|
|
|
|
| 633 |
)
|
| 634 |
|
| 635 |
except Exception as e:
|
|
|
|
| 1600 |
section_display_json,
|
| 1601 |
template_choice,
|
| 1602 |
template_preview_links,
|
| 1603 |
+
# section_feedback_input
|
| 1604 |
]
|
| 1605 |
)
|
| 1606 |
|