Vihang28 commited on
Commit
d5b6f5c
·
verified ·
1 Parent(s): 93d7347

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.slate)) as demo
75
  with gr.Column():
76
  pdf_input = gr.File(type="file", label="Upload .pdf File")
77
  api_input = gr.Textbox(label= "Enter Api-key")
78
- upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
79
  with gr.Column():
80
  chatbot = gr.Chatbot(label="Chat with Image")
81
  message = gr.Textbox(label="User", placeholder=prompt)
 
75
  with gr.Column():
76
  pdf_input = gr.File(type="file", label="Upload .pdf File")
77
  api_input = gr.Textbox(label= "Enter Api-key")
78
+ upload_button = gr.Button(value="Upload & Start Chat:", interactive=True, variant="primary")
79
  with gr.Column():
80
  chatbot = gr.Chatbot(label="Chat with Image")
81
  message = gr.Textbox(label="User", placeholder=prompt)