Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as r
|
|
71 |
# clear = gr.ClearButton([txt, chatbot])
|
72 |
chatbot.like(vote, None, None)
|
73 |
|
74 |
-
rxbot.queue().launch(favicon_path='
|
75 |
|
76 |
|
77 |
|
|
|
71 |
# clear = gr.ClearButton([txt, chatbot])
|
72 |
chatbot.like(vote, None, None)
|
73 |
|
74 |
+
rxbot.queue().launch(favicon_path='AIchatBot/ssl.png',share=True)
|
75 |
|
76 |
|
77 |
|