Spaces:
Runtime error
Runtime error
Clarify bot description
Browse files
app.py
CHANGED
|
@@ -161,18 +161,20 @@ demo = gr.ChatInterface(
|
|
| 161 |
predict,
|
| 162 |
textbox=gr.Textbox(
|
| 163 |
placeholder="Ask me a financial question",
|
| 164 |
-
label="Financial
|
| 165 |
container=False,
|
| 166 |
scale=7,
|
| 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
|
| 172 |
)
|
| 173 |
],
|
| 174 |
-
title="
|
| 175 |
-
description="Ask me any financial or crypto market questions, and I will do my best to
|
|
|
|
|
|
|
| 176 |
theme="soft",
|
| 177 |
examples=[
|
| 178 |
[
|
|
|
|
| 161 |
predict,
|
| 162 |
textbox=gr.Textbox(
|
| 163 |
placeholder="Ask me a financial question",
|
| 164 |
+
label="Financial Question",
|
| 165 |
container=False,
|
| 166 |
scale=7,
|
| 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 which is stored in a Qdrant vector database. I run on a fine-tuned Mistral-7B-Instruct-v0.2 model to provide answers. Some sample \
|
| 177 |
+
questions and additional inputs are below.",
|
| 178 |
theme="soft",
|
| 179 |
examples=[
|
| 180 |
[
|