rodrigomasini commited on
Commit
25480ea
·
verified ·
1 Parent(s): 9f2b657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")