Rafstyle007 commited on
Commit
c2db989
·
verified ·
1 Parent(s): 6e9ae72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks() as demo:
192
  with gr.Row():
193
  with gr.Column():
194
  api_key = gr.Textbox(label="Enter your Gemini API key", type="password")
195
- file_input = gr.File(label="Upload PPTX or PDF")
196
  submit_btn = gr.Button("Reverse engineer a unit plan", variant="primary")
197
 
198
  with gr.Column():
 
192
  with gr.Row():
193
  with gr.Column():
194
  api_key = gr.Textbox(label="Enter your Gemini API key", type="password")
195
+ file_input = gr.Files(label="Upload PPTX or PDF")
196
  submit_btn = gr.Button("Reverse engineer a unit plan", variant="primary")
197
 
198
  with gr.Column():