try again
Browse files
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,
|