Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ demo = gr.ChatInterface(
|
|
| 179 |
theme="soft",
|
| 180 |
examples=[
|
| 181 |
[
|
| 182 |
-
"
|
| 183 |
"I'm a 45 year old interested in cryptocurrency.",
|
| 184 |
],
|
| 185 |
[
|
|
@@ -193,7 +193,7 @@ demo = gr.ChatInterface(
|
|
| 193 |
],
|
| 194 |
[
|
| 195 |
"What's your opinion on investing in the Chinese stock market?",
|
| 196 |
-
"I am a risk-averse 40
|
| 197 |
],
|
| 198 |
],
|
| 199 |
cache_examples=False,
|
|
|
|
| 179 |
theme="soft",
|
| 180 |
examples=[
|
| 181 |
[
|
| 182 |
+
"Is now a good time to buy bitcoin?",
|
| 183 |
"I'm a 45 year old interested in cryptocurrency.",
|
| 184 |
],
|
| 185 |
[
|
|
|
|
| 193 |
],
|
| 194 |
[
|
| 195 |
"What's your opinion on investing in the Chinese stock market?",
|
| 196 |
+
"I am a risk-averse 40 year old and would like to avoid risky investments.",
|
| 197 |
],
|
| 198 |
],
|
| 199 |
cache_examples=False,
|