Raghav001 commited on
Commit
2b97aa2
·
1 Parent(s): 3cc9b5d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def up_file(files):
147
  value="Processing")
148
 
149
 
150
- with gr.Blocks(css=".gradio-container {background-color: red}) as demo:
151
  with gr.Row():
152
  with gr.Column():
153
  file = gr.File(file_types=['.pdf'], label='Click to upload Document', file_count='multiple')
 
147
  value="Processing")
148
 
149
 
150
+ with gr.Blocks(css=".gradio-container {background-color: red}") as demo:
151
  with gr.Row():
152
  with gr.Column():
153
  file = gr.File(file_types=['.pdf'], label='Click to upload Document', file_count='multiple')