zewial commited on
Commit
5acbbfe
·
verified ·
1 Parent(s): 83fb08a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -80,7 +80,7 @@ def load_model():
80
 
81
  except Exception as e:
82
  st.error(f"❌ Error loading model: {str(e)}")
83
- st.info("💡 Make sure model is uploaded at: https://huggingface.co/zewail/job-description-generator-llama3-8b")
84
  return None, None
85
 
86
  # Load model if not loaded
 
80
 
81
  except Exception as e:
82
  st.error(f"❌ Error loading model: {str(e)}")
83
+ st.info("💡 Make sure model is uploaded at: https://huggingface.co/zewial/job-description-generator-llama3-8b")
84
  return None, None
85
 
86
  # Load model if not loaded