Spaces:
Runtime error
Runtime error
Commit
·
82f8b82
1
Parent(s):
3457317
add pic
Browse files
AI.png
CHANGED
![]() |
![]() |
User.png
ADDED
![]() |
app.py
CHANGED
@@ -1794,7 +1794,7 @@ with gr.Blocks() as demo:
|
|
1794 |
title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
|
1795 |
<center> v0.7.1: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
|
1796 |
chatbot = gr.Chatbot(
|
1797 |
-
avatar_images=(
|
1798 |
)
|
1799 |
with gr.Row():
|
1800 |
inputtext = gr.Textbox(
|
|
|
1794 |
title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
|
1795 |
<center> v0.7.1: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
|
1796 |
chatbot = gr.Chatbot(
|
1797 |
+
avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
|
1798 |
)
|
1799 |
with gr.Row():
|
1800 |
inputtext = gr.Textbox(
|