PlantBasedTen commited on
Commit
c2a6342
1 Parent(s): d5bfc47

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,11 +167,11 @@ demo = gr.ChatInterface(
167
  ),
168
  additional_inputs=[
169
  gr.Textbox(
170
- "I am a student and I have some money that I want to invest.",
171
  label="About Me",
172
  )
173
  ],
174
- title="Friendly Free Financial Assistant",
175
  description="Ask me any financial or crypto market questions, and I will do my best to provide useful insight. My advice is based on current \
176
  finance news, stored as embeddings in a Qdrant vector db. I run on a 4bit quantized Mistral-7B-Instruct-v0.2 model with a QLoRa \
177
  adapter fine-tuned for providing financial guidance. Some sample questions and additional background scenarios are below.",
 
167
  ),
168
  additional_inputs=[
169
  gr.Textbox(
170
+ "I am a risk-averse 40-year old and would like to avoid risky investments.",
171
  label="About Me",
172
  )
173
  ],
174
+ title="Friendly Financial Bot 🤑",
175
  description="Ask me any financial or crypto market questions, and I will do my best to provide useful insight. My advice is based on current \
176
  finance news, stored as embeddings in a Qdrant vector db. I run on a 4bit quantized Mistral-7B-Instruct-v0.2 model with a QLoRa \
177
  adapter fine-tuned for providing financial guidance. Some sample questions and additional background scenarios are below.",