Spaces:
Running
Running
QAway-to
commited on
Commit
·
9adb795
1
Parent(s):
3ab96b9
fast api APP
Browse files- app.py +1 -0
- rest_api_app.py → rest_api.py +0 -0
app.py
CHANGED
|
@@ -8,6 +8,7 @@ from analyzer import analyze_portfolio_streaming
|
|
| 8 |
from comparer import compare_portfolio
|
| 9 |
from table_view import get_metrics_dataframe
|
| 10 |
from alpha_chart import plot_alpha_btc_chart
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
api_key = os.getenv("featherless") #
|
|
|
|
| 8 |
from comparer import compare_portfolio
|
| 9 |
from table_view import get_metrics_dataframe
|
| 10 |
from alpha_chart import plot_alpha_btc_chart
|
| 11 |
+
from rest_api import app as rest_api_app
|
| 12 |
|
| 13 |
|
| 14 |
api_key = os.getenv("featherless") #
|
rest_api_app.py → rest_api.py
RENAMED
|
File without changes
|