Gainward777 commited on
Commit
ea82018
·
verified ·
1 Parent(s): 6a8101a

Update ui/gradio_ui.py

Browse files
Files changed (1) hide show
  1. ui/gradio_ui.py +1 -2
ui/gradio_ui.py CHANGED
@@ -31,8 +31,7 @@ def ui():
31
  with gr.Row():
32
  llm_progress = gr.Textbox(value="Not initialized", label="Database creating status") # label="Chatbot status",
33
 
34
- with gr.Column(scale = 200):
35
- #gr.Markdown("<b>Step 2 - Chat with your Document</b>")
36
  chatbot = gr.Chatbot(height=505)
37
  with gr.Row():
38
  msg = gr.Textbox(placeholder="Ask a question", container=True)
 
31
  with gr.Row():
32
  llm_progress = gr.Textbox(value="Not initialized", label="Database creating status") # label="Chatbot status",
33
 
34
+ with gr.Column(scale = 200):
 
35
  chatbot = gr.Chatbot(height=505)
36
  with gr.Row():
37
  msg = gr.Textbox(placeholder="Ask a question", container=True)