PlantBasedTen commited on
Commit
deb72e7
1 Parent(s): 210deaf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,7 +179,7 @@ demo = gr.ChatInterface(
179
  theme="soft",
180
  examples=[
181
  [
182
- "What is the current price of bitcoin, and is now a good time to buy?",
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-year old and would like to avoid risky investments.",
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,