SailajaS commited on
Commit
17351a2
·
verified ·
1 Parent(s): 198ee27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  # Import required libraries
2
- import yf as yf
3
  import pandas as pd
4
  import numpy as np
5
  import tensorflow as tf
@@ -183,4 +183,3 @@ ui = gr.Interface(
183
 
184
  # Launch the app
185
  ui.launch()
186
-
 
1
  # Import required libraries
2
+ import yfinance as yf
3
  import pandas as pd
4
  import numpy as np
5
  import tensorflow as tf
 
183
 
184
  # Launch the app
185
  ui.launch()