Spaces:
Runtime error
Runtime error
Commit
·
d5a915a
1
Parent(s):
a2efb40
test version
Browse files
app.py
CHANGED
@@ -1914,7 +1914,7 @@ with gr.Blocks() as demo:
|
|
1914 |
# UserRecord.append((None, timestr+'\n'+WelcomeStr))
|
1915 |
with gr.Column() as main2:
|
1916 |
title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
|
1917 |
-
<center> v0.7.
|
1918 |
chatbot = gr.Chatbot(
|
1919 |
# avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
|
1920 |
)
|
|
|
1914 |
# UserRecord.append((None, timestr+'\n'+WelcomeStr))
|
1915 |
with gr.Column() as main2:
|
1916 |
title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
|
1917 |
+
<center> v0.7.9: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
|
1918 |
chatbot = gr.Chatbot(
|
1919 |
# avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
|
1920 |
)
|