Spaces:
Sleeping
Sleeping
Commit
·
f4988ff
1
Parent(s):
c2e3e8e
Adding sources
Browse files
app.py
CHANGED
|
@@ -155,8 +155,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 155 |
|
| 156 |
with gr.Group():
|
| 157 |
chatbot = gr.Chatbot(height=300)
|
| 158 |
-
with gr.Row():
|
| 159 |
-
sources = gr.HTML(value = "Source paragraphs where I looked for answers will appear here", height=300)
|
| 160 |
with gr.Row():
|
| 161 |
question = gr.Textbox(label="Type your question !",lines=1).style(full_width=True)
|
| 162 |
submit_btn = gr.Button(value="Send message", variant="primary", scale = 1)
|
|
|
|
| 155 |
|
| 156 |
with gr.Group():
|
| 157 |
chatbot = gr.Chatbot(height=300)
|
|
|
|
|
|
|
| 158 |
with gr.Row():
|
| 159 |
question = gr.Textbox(label="Type your question !",lines=1).style(full_width=True)
|
| 160 |
submit_btn = gr.Button(value="Send message", variant="primary", scale = 1)
|