srustik123 commited on
Commit
4dde48f
·
verified ·
1 Parent(s): 51e2b69

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
  # -------------------------