pm6six commited on
Commit
d45d316
·
verified ·
1 Parent(s): 672b2d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -4,10 +4,6 @@ import yfinance as yf
4
  import numpy as np
5
  import matplotlib.pyplot as plt
6
  import gradio as gr
7
- import os
8
-
9
- # Upgrade Gradio during runtime (optional, for redundancy)
10
- os.system('pip install --upgrade gradio')
11
 
12
  def sma_crossover_strategy(initial_budget, start_date, end_date, ticker):
13
  # Fetch the selected stock data using yfinance
 
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