Spaces:
Runtime error
Runtime error
prathameshdalal
commited on
Commit
•
e1d5008
1
Parent(s):
0d424fc
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ interface = gr.Interface(
|
|
32 |
title="Insights on 10K Filings",
|
33 |
description="Get Insights right from the 10K Filings submitted by the company",
|
34 |
theme="soft",
|
35 |
-
examples=["APPL"],
|
36 |
cache_examples=True,
|
37 |
clear_btn="Clear",
|
38 |
)
|
|
|
32 |
title="Insights on 10K Filings",
|
33 |
description="Get Insights right from the 10K Filings submitted by the company",
|
34 |
theme="soft",
|
35 |
+
examples=["APPL", "NVDA", "MSFT"],
|
36 |
cache_examples=True,
|
37 |
clear_btn="Clear",
|
38 |
)
|