Spaces:
Build error
Build error
File size: 301 Bytes
deda789 b0e7079 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
title: Nepali Language Sentiment
emoji: π
colorFrom: purple
colorTo: gray
sdk: streamlit
sdk_version: 1.33.0
app_file: app.py
pinned: false
---
Requirement Installation:
```bash
pip install -r requirements.txt
```
To run the script, run the following command.
```bash
streamlit run app.py
``` |