YaakovY commited on
Commit
63bc08c
1 Parent(s): 61c35dc
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -18,8 +18,8 @@ app = FastAPI()
18
  def read_root():
19
  return {
20
  "message": "Hello, Please type a ticker at the end of the URL to get LAST TRADING HOUR FORCAST.",
21
- "format": "https://yaakovy-LastHourforcast.hf.space/ticker/[TICKER]",
22
- "example": "https://yaakovy-LastHourforcast.hf.space/ticker/msft",
23
  }
24
 
25
 
 
18
  def read_root():
19
  return {
20
  "message": "Hello, Please type a ticker at the end of the URL to get LAST TRADING HOUR FORCAST.",
21
+ "format": "https://yaakovy-lasthourforcast.hf.space/ticker/[TICKER]",
22
+ "example": "https://yaakovy-lasthourforcast.hf.space/ticker/msft",
23
  }
24
 
25