Update app.py
Browse files
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):
|