Elya Poghosyan commited on
Commit
8fac428
·
1 Parent(s): 4f803e4

Minor change

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,8 +9,10 @@ from textblob import TextBlob
9
  from Gradio_UI import GradioUI
10
  import os
11
 
 
 
 
12
 
13
- # Below is an example of a tool that does nothing. Amaze us with your creativity !
14
 
15
  @tool
16
  def get_stock_price(symbol: str) -> str:
 
9
  from Gradio_UI import GradioUI
10
  import os
11
 
12
+ # from huggingface_hub import login
13
+
14
+ # login(token = os.getenv("AgentToken"))
15
 
 
16
 
17
  @tool
18
  def get_stock_price(symbol: str) -> str: