Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,3 +36,18 @@ To install the required dependencies, you can use the following command:
|
|
| 36 |
|
| 37 |
```bash
|
| 38 |
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
```bash
|
| 38 |
pip install -r requirements.txt
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
title: Llm Chatbot
|
| 44 |
+
emoji: 👀
|
| 45 |
+
colorFrom: indigo
|
| 46 |
+
colorTo: red
|
| 47 |
+
sdk: gradio
|
| 48 |
+
sdk_version: 5.4.0
|
| 49 |
+
app_file: app.py
|
| 50 |
+
pinned: false
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|