Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
daab587
1
Parent(s):
3700989
Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ class Resume_Overall:
|
|
207 |
with gr.TabItem("Designation"):
|
208 |
with gr.Column(elem_id = "col-container",scale=0.80):
|
209 |
btn = gr.Button(value="Submit")
|
210 |
-
output_text = gr.Textbox(label="Designation List")
|
211 |
with gr.TabItem("Summarized"):
|
212 |
with gr.Column(elem_id = "col-container",scale=0.80):
|
213 |
analyse = gr.Button("Analyze")
|
|
|
207 |
with gr.TabItem("Designation"):
|
208 |
with gr.Column(elem_id = "col-container",scale=0.80):
|
209 |
btn = gr.Button(value="Submit")
|
210 |
+
output_text = gr.Textbox(label="Designation List",lines=8)
|
211 |
with gr.TabItem("Summarized"):
|
212 |
with gr.Column(elem_id = "col-container",scale=0.80):
|
213 |
analyse = gr.Button("Analyze")
|