Spaces:
Running
Running
change kw output
Browse files
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.
|
6 |
-
input = gr.Textbox(
|
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"):
|