Spaces:
Runtime error
Runtime error
Update app_v1.py
Browse files
app_v1.py
CHANGED
|
@@ -309,9 +309,9 @@ with gr.Blocks(title="RecurrentGPT", css="footer {visibility: hidden}", theme='s
|
|
| 309 |
label="Written Paragraphs (editable)", max_lines=21, lines=21)
|
| 310 |
with gr.Box():
|
| 311 |
gr.Markdown("### Readability Metrics\n")
|
| 312 |
-
clarity = gr.
|
| 313 |
-
understand = gr.
|
| 314 |
-
g_fog = gr.
|
| 315 |
|
| 316 |
calculate_button = gr.Button("Calculate Metrics")
|
| 317 |
|
|
|
|
| 309 |
label="Written Paragraphs (editable)", max_lines=21, lines=21)
|
| 310 |
with gr.Box():
|
| 311 |
gr.Markdown("### Readability Metrics\n")
|
| 312 |
+
clarity = gr.Textbox(label="Clarity")
|
| 313 |
+
understand = gr.Textbox(label="Understandability")
|
| 314 |
+
g_fog = gr.Textbox(label="Concise")
|
| 315 |
|
| 316 |
calculate_button = gr.Button("Calculate Metrics")
|
| 317 |
|