Spaces:
Build error
Build error
abdulazeezoj
commited on
Commit
•
6d81cbc
1
Parent(s):
2b6f022
update web demo title
Browse files- src/web.py +2 -2
src/web.py
CHANGED
@@ -39,8 +39,8 @@ def bot(history):
|
|
39 |
return history
|
40 |
|
41 |
|
42 |
-
with gr.Blocks(title="
|
43 |
-
chatbot = gr.Chatbot([], elem_id="chatbot", label="
|
44 |
|
45 |
with gr.Row():
|
46 |
with gr.Column(scale=0.85):
|
|
|
39 |
return history
|
40 |
|
41 |
|
42 |
+
with gr.Blocks(title="Alaroye") as demo:
|
43 |
+
chatbot = gr.Chatbot([], elem_id="chatbot", label="Alaroye").style(height=750)
|
44 |
|
45 |
with gr.Row():
|
46 |
with gr.Column(scale=0.85):
|