Spaces:
Sleeping
Sleeping
Fix: remove scale param from gr.Markdown
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -291,8 +291,8 @@ This perspective reframes peer review as a **reasoning process** rather than mer
|
|
| 291 |
lines=2,
|
| 292 |
)
|
| 293 |
with gr.Row():
|
| 294 |
-
submit_fb_btn = gr.Button("Submit Feedback", variant="primary"
|
| 295 |
-
|
| 296 |
|
| 297 |
with gr.Tab("Meta-Review"):
|
| 298 |
meta_display = gr.Markdown("*Load a paper to see the meta-review.*")
|
|
|
|
| 291 |
lines=2,
|
| 292 |
)
|
| 293 |
with gr.Row():
|
| 294 |
+
submit_fb_btn = gr.Button("Submit Feedback", variant="primary")
|
| 295 |
+
feedback_status = gr.Markdown("")
|
| 296 |
|
| 297 |
with gr.Tab("Meta-Review"):
|
| 298 |
meta_display = gr.Markdown("*Load a paper to see the meta-review.*")
|