dammy commited on
Commit
fa326e8
·
1 Parent(s): e9d0a51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
 
102
  btn = gr.UploadButton("Upload a PDF", file_types=[".pdf"])
103
  output = gr.Textbox(label="Output Box", style={"height": "100px", "margin-top": "20px"})
104
- chatbot = gr.Chatbot(height=240)
105
 
106
  with gr.Row():
107
  with gr.Column(scale=0.70):
 
101
 
102
  btn = gr.UploadButton("Upload a PDF", file_types=[".pdf"])
103
  output = gr.Textbox(label="Output Box", style={"height": "100px", "margin-top": "20px"})
104
+ chatbot = gr.Chatbot(height=240, placeholder="Ask me anything...", style={"margin-top": "20px"})
105
 
106
  with gr.Row():
107
  with gr.Column(scale=0.70):