Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ with gr.Blocks(title="RecurrentGPT", css="footer {visibility: hidden}", theme='s
|
|
287 |
instruction1, instruction2, instruction3], outputs=[selected_instruction])
|
288 |
with gr.Tab("Metrics"):
|
289 |
with gr.Row():
|
290 |
-
with gr.Column()
|
291 |
flesch_kincaid_grade = gr.Number(label="Flesch-Kincaid Grade Level")
|
292 |
flesch_reading_ease = gr.Number(label="Flesch Reading Ease")
|
293 |
gunning_fog = gr.Number(label="Gunning Fog Index")
|
|
|
287 |
instruction1, instruction2, instruction3], outputs=[selected_instruction])
|
288 |
with gr.Tab("Metrics"):
|
289 |
with gr.Row():
|
290 |
+
with gr.Column():
|
291 |
flesch_kincaid_grade = gr.Number(label="Flesch-Kincaid Grade Level")
|
292 |
flesch_reading_ease = gr.Number(label="Flesch Reading Ease")
|
293 |
gunning_fog = gr.Number(label="Gunning Fog Index")
|