tosin2013 commited on
Commit
d3959d1
1 Parent(s): 8ad6c53
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ to_currency_choices = ['USD', 'JPY', 'GBP', 'AUD', 'CAD']
241
  # Placeholder link for API key
242
  api_key_link = "https://www.alphavantage.co/support/#api-key"
243
 
244
-
245
  # Create a Gradio interface
246
  gr.Interface(
247
  fn=run_backtest,
 
241
  # Placeholder link for API key
242
  api_key_link = "https://www.alphavantage.co/support/#api-key"
243
 
244
+ import gradio as gr
245
  # Create a Gradio interface
246
  gr.Interface(
247
  fn=run_backtest,