Spaces:
Runtime error
Runtime error
Commit
·
3457317
1
Parent(s):
3cbbc42
add pic for AI
Browse files
AI.png
ADDED
![]() |
app.py
CHANGED
@@ -1793,7 +1793,9 @@ with gr.Blocks() as demo:
|
|
1793 |
with gr.Column() as main2:
|
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 |
with gr.Row():
|
1798 |
inputtext = gr.Textbox(
|
1799 |
scale= 4,
|
|
|
1793 |
with gr.Column() as main2:
|
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=(None, (os.path.join(os.path.dirname(__file__),"AI.png"))),
|
1798 |
+
)
|
1799 |
with gr.Row():
|
1800 |
inputtext = gr.Textbox(
|
1801 |
scale= 4,
|