ebartan commited on
Commit
df94bd0
·
1 Parent(s): 390895a

Ebartan Stock Price Assistant

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Ebartan Pydantic
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 AI 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()
 
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()