krisha06 commited on
Commit
9ed07a9
·
verified ·
1 Parent(s): d606bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ token = st.secrets["HUGGINGFACE_TOKEN"] # Make sure to add your Hugging Face to
8
 
9
  # Define model directory and Hugging Face repo name
10
  model_dir = "./tuned_model" # The directory where the fine-tuned model is saved
11
- repo_name = "user06/Python_tutor" # Replace with your Hugging Face repo name
12
 
13
  # Streamlit App Title
14
  st.title("AI Coding Mentor")
 
8
 
9
  # Define model directory and Hugging Face repo name
10
  model_dir = "./tuned_model" # The directory where the fine-tuned model is saved
11
+ repo_name = "krisha06/Python_tutor" # Replace with your Hugging Face repo name
12
 
13
  # Streamlit App Title
14
  st.title("AI Coding Mentor")