Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -166,12 +166,12 @@ demo = gr.ChatInterface.load(
|
|
166 |
container=False,
|
167 |
scale=7,
|
168 |
),
|
169 |
-
additional_inputs=[
|
170 |
-
gr.Textbox(
|
171 |
-
"I am a student and I have some money that I want to invest.",
|
172 |
-
label="About me",
|
173 |
-
)
|
174 |
-
],
|
175 |
title="Your Personal Financial Assistant",
|
176 |
description="Ask me any financial or crypto market questions, and I will do my best to answer them.",
|
177 |
theme="soft",
|
|
|
166 |
container=False,
|
167 |
scale=7,
|
168 |
),
|
169 |
+
# additional_inputs=[
|
170 |
+
# gr.Textbox(
|
171 |
+
# "I am a student and I have some money that I want to invest.",
|
172 |
+
# label="About me",
|
173 |
+
# )
|
174 |
+
# ],
|
175 |
title="Your Personal Financial Assistant",
|
176 |
description="Ask me any financial or crypto market questions, and I will do my best to answer them.",
|
177 |
theme="soft",
|