Karthikeyan commited on
Commit
c64ea71
1 Parent(s): ce1be57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,9 +96,9 @@ with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
96
  label="Upload your file",
97
  placeholder="Enter a url",
98
  show_label=False,
99
- visible=True)
100
  with gr.Column(scale=0.15, min_width=160):
101
- upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"])
102
  file_output = gr.File(elem_classes="filenameshow")
103
  with gr.Row():
104
  with gr.Column(scale=1, min_width=0):
 
96
  label="Upload your file",
97
  placeholder="Enter a url",
98
  show_label=False,
99
+ visible=True,elem_classes="filenameshow")
100
  with gr.Column(scale=0.15, min_width=160):
101
+ upload_button = gr.UploadButton("Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],elem_classes="filenameshow")
102
  file_output = gr.File(elem_classes="filenameshow")
103
  with gr.Row():
104
  with gr.Column(scale=1, min_width=0):