Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -222,12 +222,13 @@ with gr.Blocks(theme=gr.themes.Glass(
|
|
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()
|
|
|
|
|
|
|
|
|
231 |
|
232 |
# Set the click event for the button
|
233 |
submit_button.click(
|
|
|
222 |
|
223 |
# Heading for Author Information
|
224 |
gr.Markdown("## Author Information")
|
|
|
|
|
|
|
225 |
|
226 |
# Output for dynamically generated author information
|
227 |
author_info_output = gr.Markdown()
|
228 |
+
|
229 |
+
score_output = gr.Textbox(label="Final Score:", interactive=False)
|
230 |
+
score_bar_output = gr.HTML()
|
231 |
+
reasoning_output = gr.HTML()
|
232 |
|
233 |
# Set the click event for the button
|
234 |
submit_button.click(
|