Spaces:
Runtime error
Runtime error
Commit
·
a208a32
1
Parent(s):
cdaa527
update scrolldown items
Browse files
app.py
CHANGED
@@ -2064,7 +2064,7 @@ with gr.Blocks() as demo:
|
|
2064 |
# UserRecord.append((None, timestr+'\n'+WelcomeStr))
|
2065 |
with gr.Column() as main2:
|
2066 |
title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
|
2067 |
-
<center> v0.7.
|
2068 |
chatbot = gr.Chatbot(
|
2069 |
# avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
|
2070 |
)
|
@@ -2082,9 +2082,10 @@ with gr.Blocks() as demo:
|
|
2082 |
with gr.Row():
|
2083 |
|
2084 |
agentchoice = gr.Dropdown(
|
2085 |
-
choices=['Zero Short Agent','Zero Short React','OpenAI Multi',
|
2086 |
-
|
2087 |
-
|
|
|
2088 |
label="SELECT AI AGENT",
|
2089 |
scale= 2,
|
2090 |
show_label = True,
|
|
|
2064 |
# UserRecord.append((None, timestr+'\n'+WelcomeStr))
|
2065 |
with gr.Column() as main2:
|
2066 |
title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
|
2067 |
+
<center> v0.7.11: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
|
2068 |
chatbot = gr.Chatbot(
|
2069 |
# avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
|
2070 |
)
|
|
|
2082 |
with gr.Row():
|
2083 |
|
2084 |
agentchoice = gr.Dropdown(
|
2085 |
+
# choices=['Zero Short Agent','Zero Short React','OpenAI Multi',
|
2086 |
+
# 'Zero Short React 2','Zero Short Agent 2','None','Conversation Agent',
|
2087 |
+
# 'Code Interpreter', 'Structured Zero Short Agent'],
|
2088 |
+
choices=['None','Zero Short React 2','Structured Zero Short Agent'],
|
2089 |
label="SELECT AI AGENT",
|
2090 |
scale= 2,
|
2091 |
show_label = True,
|