pm6six commited on
Commit
4fd5e87
·
verified ·
1 Parent(s): 736bad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -4,6 +4,9 @@ import yfinance as yf
4
  import numpy as np
5
  import matplotlib.pyplot as plt
6
  import gradio as gr
 
 
 
7
 
8
  def sma_crossover_strategy(initial_budget, start_date, end_date, ticker):
9
  # Fetch the selected stock data using yfinance
 
4
  import numpy as np
5
  import matplotlib.pyplot as plt
6
  import gradio as gr
7
+ import os
8
+ os.system('pip install --upgrade gradio')
9
+
10
 
11
  def sma_crossover_strategy(initial_budget, start_date, end_date, ticker):
12
  # Fetch the selected stock data using yfinance