nuocuhz Claude Sonnet 4.6 commited on
Commit
6b4c90f
·
1 Parent(s): 9e05146

Fix: remove scale param from gr.Markdown

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +2 -2
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", scale=1)
295
- feedback_status = gr.Markdown("", scale=3)
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.*")