Spaces:
Sleeping
Sleeping
Commit
·
021b704
1
Parent(s):
3d48fe6
adding you tube processing LLM
Browse files
app.py
CHANGED
@@ -92,10 +92,10 @@ with gr.Blocks(css=css) as demo:
|
|
92 |
|
93 |
with gr.Group():
|
94 |
chatbot = gr.Chatbot(height=300)
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
|
100 |
with gr.Column():
|
101 |
with gr.Box():
|
|
|
92 |
|
93 |
with gr.Group():
|
94 |
chatbot = gr.Chatbot(height=300)
|
95 |
+
with gr.Row():
|
96 |
+
question = gr.Textbox(label="Type your question !",lines=1).style(full_width=True)
|
97 |
+
submit_btn = gr.Button(value="Send message", variant="primary", scale = 1)
|
98 |
+
clean_chat_btn = gr.Button("Delete Chat")
|
99 |
|
100 |
with gr.Column():
|
101 |
with gr.Box():
|