Spaces:
Sleeping
Sleeping
Ebartan Stock Price Assistant
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Ebartan
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: yellow
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Ebartan Stock Price Assistant
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: yellow
|
app.py
CHANGED
|
@@ -44,9 +44,9 @@ demo = gr.Interface(
|
|
| 44 |
fn=get_stock_info,
|
| 45 |
inputs=gr.Textbox(label="Ask about any stock price", placeholder="What is Apple's current stock price?"),
|
| 46 |
outputs=gr.Textbox(label="Stock Information"),
|
| 47 |
-
title="Stock Price
|
| 48 |
description="Ask me about any stock price and I'll fetch the latest information for you!"
|
| 49 |
)
|
| 50 |
|
| 51 |
if __name__ == "__main__":
|
| 52 |
-
demo.launch()
|
|
|
|
| 44 |
fn=get_stock_info,
|
| 45 |
inputs=gr.Textbox(label="Ask about any stock price", placeholder="What is Apple's current stock price?"),
|
| 46 |
outputs=gr.Textbox(label="Stock Information"),
|
| 47 |
+
title="Ebartan Stock Price Assistant",
|
| 48 |
description="Ask me about any stock price and I'll fetch the latest information for you!"
|
| 49 |
)
|
| 50 |
|
| 51 |
if __name__ == "__main__":
|
| 52 |
+
demo.launch()
|