upd docker file
Browse files
app.py
CHANGED
|
@@ -1598,7 +1598,7 @@ with gr.Blocks(title="Paper2ProjectPage Generator", theme=gr.themes.Soft(), css=
|
|
| 1598 |
section_display_json,
|
| 1599 |
template_choice,
|
| 1600 |
template_preview_links,
|
| 1601 |
-
|
| 1602 |
]
|
| 1603 |
)
|
| 1604 |
|
|
|
|
| 1598 |
section_display_json,
|
| 1599 |
template_choice,
|
| 1600 |
template_preview_links,
|
| 1601 |
+
section_feedback_input
|
| 1602 |
]
|
| 1603 |
)
|
| 1604 |
|