SpencerCPurdy commited on
Commit
1782425
·
verified ·
1 Parent(s): 6eefa5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ Description: A sophisticated platform that leverages LLMs to discover and evalua
7
  """
8
 
9
  # Install required packages
10
- # !pip install transformers torch numpy pandas scikit-learn plotly gradio yfinance ta scipy statsmodels openai seaborn
11
 
12
  # Core imports
13
  import numpy as np
 
7
  """
8
 
9
  # Install required packages
10
+ # !pip install -q transformers torch numpy pandas scikit-learn plotly gradio yfinance ta scipy statsmodels openai seaborn
11
 
12
  # Core imports
13
  import numpy as np