PlantBasedTen commited on
Commit
ded8d17
·
verified ·
1 Parent(s): 5870b2c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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",