Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -3,6 +3,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
| 3 |
import torch
|
| 4 |
# -------------------------
|
| 5 |
# PAGE CONFIG
|
|
|
|
| 6 |
# -------------------------
|
| 7 |
st.set_page_config(page_title="FitPlan-AI", page_icon="💪")
|
| 8 |
# -------------------------
|
|
|
|
| 3 |
import torch
|
| 4 |
# -------------------------
|
| 5 |
# PAGE CONFIG
|
| 6 |
+
|
| 7 |
# -------------------------
|
| 8 |
st.set_page_config(page_title="FitPlan-AI", page_icon="💪")
|
| 9 |
# -------------------------
|