HakshaySundar commited on
Commit
f5177f7
1 Parent(s): 4433993

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks(css='styles.css') as app:
22
 
23
  with gr.Tab("FRE"):
24
  with gr.Row():
25
- input_text = gr.Textbox(label="Input Text", placeholder="Type here...", lines=4, sclae = 2.5)
26
  fetch_score_and_lvl_btn = gr.Button("Fetch Score and Level", scale = 0.5)
27
 
28
  output_input_reading_score = gr.Textbox(label="Input Text Reading Score", placeholder="Input Text Reading Score...", lines=1)
@@ -52,7 +52,7 @@ with gr.Blocks(css='styles.css') as app:
52
 
53
  with gr.Tab("SBERT"):
54
  with gr.Row():
55
- input_text = gr.Textbox(label="Input Text", placeholder="Type here...", lines=4, sclae = 2.5)
56
  fetch_score_and_lvl_btn = gr.Button("Fetch Score and Level", scale = 0.5)
57
 
58
  output_input_reading_score = gr.Textbox(label="Input Text Reading Score", placeholder="Input Text Reading Score...", lines=1)
 
22
 
23
  with gr.Tab("FRE"):
24
  with gr.Row():
25
+ input_text = gr.Textbox(label="Input Text", placeholder="Type here...", lines=4, scale = 2.5)
26
  fetch_score_and_lvl_btn = gr.Button("Fetch Score and Level", scale = 0.5)
27
 
28
  output_input_reading_score = gr.Textbox(label="Input Text Reading Score", placeholder="Input Text Reading Score...", lines=1)
 
52
 
53
  with gr.Tab("SBERT"):
54
  with gr.Row():
55
+ input_text = gr.Textbox(label="Input Text", placeholder="Type here...", lines=4, scale = 2.5)
56
  fetch_score_and_lvl_btn = gr.Button("Fetch Score and Level", scale = 0.5)
57
 
58
  output_input_reading_score = gr.Textbox(label="Input Text Reading Score", placeholder="Input Text Reading Score...", lines=1)