UDHOV commited on
Commit
3d27309
Β·
1 Parent(s): 3fa3ef8

ficed font path for HF Spaces

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +4 -4
src/streamlit_app.py CHANGED
@@ -193,10 +193,10 @@ def load_nepali_font():
193
  '/Library/Fonts/Devanagari Sangam MN.ttc',
194
 
195
  # ── Windows ─────────────────────────────────────────────────────
196
- 'C:\Windows\Fonts\NirmalaUI.ttf',
197
- 'C:\Windows\Fonts\NirmalaUI-Bold.ttf',
198
- 'C:\Windows\Fonts\mangal.ttf',
199
- 'C:\Windows\Fonts\Aparajita.ttf',
200
  ]
201
 
202
  for font_path in font_paths:
 
193
  '/Library/Fonts/Devanagari Sangam MN.ttc',
194
 
195
  # ── Windows ─────────────────────────────────────────────────────
196
+ r'C:\Windows\Fonts\NirmalaUI.ttf',
197
+ r'C:\Windows\Fonts\NirmalaUI-Bold.ttf',
198
+ r'C:\Windows\Fonts\mangal.ttf',
199
+ r'C:\Windows\Fonts\Aparajita.ttf',
200
  ]
201
 
202
  for font_path in font_paths: