TomData commited on
Commit
4c80c35
·
1 Parent(s): 643a6b7

change kw output

Browse files
Files changed (1) hide show
  1. Home.py +2 -2
Home.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
  from src.chatbot import chatbot, keyword_search
3
 
4
  # Adjust size of each block is not yet working
5
- output = gr.DataFrame(height=1000, show_label=True, scale=2)
6
- input = gr.Textbox(scale=1)
7
 
8
  with gr.Blocks() as App:
9
  with gr.Tab("ChatBot"):
 
2
  from src.chatbot import chatbot, keyword_search
3
 
4
  # Adjust size of each block is not yet working
5
+ output = [gr.Dataframe(line_breaks=True)]
6
+ input = gr.Textbox()
7
 
8
  with gr.Blocks() as App:
9
  with gr.Tab("ChatBot"):