robertselvam commited on
Commit
65a12db
1 Parent(s): d5ca623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,13 +63,13 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_brief') as demo:
63
 
64
  with gr.Row(elem_id = "col-container",scale=0.80):
65
  with gr.Column(elem_id = "col-container",scale=0.80):
66
- file_output = gr.File(label="File Status")
67
 
68
  with gr.Column(elem_id = "col-container",scale=0.20):
69
  upload_button = gr.UploadButton(
70
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
71
  elem_classes="filenameshow")
72
- summary_btn = gr.Button("Get Summary",elem_classes="filenameshow")
73
 
74
  with gr.Row(elem_id = "col-container",scale=0.60):
75
  summary = gr.Textbox(label = "Summary")
 
63
 
64
  with gr.Row(elem_id = "col-container",scale=0.80):
65
  with gr.Column(elem_id = "col-container",scale=0.80):
66
+ file_output = gr.File(label="File Status",elem_classes="filenameshow")
67
 
68
  with gr.Column(elem_id = "col-container",scale=0.20):
69
  upload_button = gr.UploadButton(
70
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
71
  elem_classes="filenameshow")
72
+ summary_btn = gr.Button("Get Summary",elem_classes="uploadbutton")
73
 
74
  with gr.Row(elem_id = "col-container",scale=0.60):
75
  summary = gr.Textbox(label = "Summary")