Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ def demo():
|
|
| 160 |
llm_progress = gr.Textbox(value="Not initialized", show_label=False)
|
| 161 |
|
| 162 |
# Right Column (wide)
|
| 163 |
-
with gr.Column(scale=
|
| 164 |
gr.Markdown("<b>Step 2 - Chat with your Document</b>")
|
| 165 |
chatbot = gr.Chatbot(height=480)
|
| 166 |
with gr.Accordion("Relevent context from the source document", open=False):
|
|
|
|
| 160 |
llm_progress = gr.Textbox(value="Not initialized", show_label=False)
|
| 161 |
|
| 162 |
# Right Column (wide)
|
| 163 |
+
with gr.Column(scale=8):
|
| 164 |
gr.Markdown("<b>Step 2 - Chat with your Document</b>")
|
| 165 |
chatbot = gr.Chatbot(height=480)
|
| 166 |
with gr.Accordion("Relevent context from the source document", open=False):
|