Spaces:
Sleeping
Sleeping
Commit
·
0d4abfa
1
Parent(s):
dc86e22
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def run_financial_analysis(company_name):
|
|
58 |
|
59 |
iface = gr.Interface(
|
60 |
fn=run_financial_analysis,
|
61 |
-
inputs=gr.
|
62 |
outputs="text",
|
63 |
title="Financial Analysis Crew",
|
64 |
description="Enter a company name to get financial analysis."
|
|
|
58 |
|
59 |
iface = gr.Interface(
|
60 |
fn=run_financial_analysis,
|
61 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter Company Name Here"),
|
62 |
outputs="text",
|
63 |
title="Financial Analysis Crew",
|
64 |
description="Enter a company name to get financial analysis."
|