Starburst15 commited on
Commit
108a9c0
·
verified ·
1 Parent(s): b1ee5b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  title: "USTP Student Handbook Assistant"
2
  emoji: "📘"
3
  colorFrom: "purple"
@@ -50,9 +51,12 @@ You can enhance the assistant’s responses with **Hugging Face Inference API**
50
  - `Qwen/Qwen2.5-14B-Instruct`
51
 
52
  ---
 
 
 
53
  ### ⚠️ “Permission denied: '/.streamlit'”
54
  If deploying in a restricted environment:
55
  - Set the working directory to a writable path (e.g., `/home/appuser/app`).
56
  - Or run:
57
  ```bash
58
- mkdir -p ~/.streamlit
 
1
+ ---
2
  title: "USTP Student Handbook Assistant"
3
  emoji: "📘"
4
  colorFrom: "purple"
 
51
  - `Qwen/Qwen2.5-14B-Instruct`
52
 
53
  ---
54
+
55
+ ## ⚙️ Troubleshooting
56
+
57
  ### ⚠️ “Permission denied: '/.streamlit'”
58
  If deploying in a restricted environment:
59
  - Set the working directory to a writable path (e.g., `/home/appuser/app`).
60
  - Or run:
61
  ```bash
62
+ mkdir -p ~/.streamlit