Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -214,19 +214,17 @@ with gr.Blocks(theme=gr.themes.Glass(
|
|
214 |
model_choice = gr.Dropdown(models, label="Choose a model", value="Model 1")
|
215 |
submit_button = gr.Button("Evaluate")
|
216 |
|
217 |
-
score_output = gr.Textbox(label="Final Score:", interactive=False)
|
218 |
-
score_bar_output = gr.HTML()
|
219 |
-
reasoning_output = gr.HTML()
|
220 |
-
|
221 |
# Heading for Author Information
|
222 |
gr.Markdown("## Title of the paper")
|
223 |
|
224 |
# Output for dynamically generated author information
|
225 |
title_info_output = gr.Markdown()
|
226 |
|
227 |
-
|
228 |
# Heading for Author Information
|
229 |
gr.Markdown("## Author Information")
|
|
|
|
|
|
|
230 |
|
231 |
# Output for dynamically generated author information
|
232 |
author_info_output = gr.Markdown()
|
|
|
214 |
model_choice = gr.Dropdown(models, label="Choose a model", value="Model 1")
|
215 |
submit_button = gr.Button("Evaluate")
|
216 |
|
|
|
|
|
|
|
|
|
217 |
# Heading for Author Information
|
218 |
gr.Markdown("## Title of the paper")
|
219 |
|
220 |
# Output for dynamically generated author information
|
221 |
title_info_output = gr.Markdown()
|
222 |
|
|
|
223 |
# Heading for Author Information
|
224 |
gr.Markdown("## Author Information")
|
225 |
+
score_output = gr.Textbox(label="Final Score:", interactive=False)
|
226 |
+
score_bar_output = gr.HTML()
|
227 |
+
reasoning_output = gr.HTML()
|
228 |
|
229 |
# Output for dynamically generated author information
|
230 |
author_info_output = gr.Markdown()
|