Spaces:
Runtime error
Runtime error
Update README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<p align="center">
|
| 2 |
<img src="./assets/large_icon.png" height="200" alt="icon" />
|
| 3 |
</p>
|
|
@@ -49,7 +58,7 @@ cd InkChatGPT
|
|
| 49 |
```
|
| 50 |
|
| 51 |
2. Setup Virtual Environment
|
| 52 |
-
We recommend setting up a virtual environment to isolate Python dependencies, ensuring project-specific packages without conflicting with system-wide installations.
|
| 53 |
|
| 54 |
```sh
|
| 55 |
python3 -m venv venv
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: InkChatGPT
|
| 3 |
+
emoji: 📚
|
| 4 |
+
sdk: streamlit
|
| 5 |
+
sdk_version: 1.25.0 # The latest supported version
|
| 6 |
+
app_file: app.py
|
| 7 |
+
pinned: true
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
<p align="center">
|
| 11 |
<img src="./assets/large_icon.png" height="200" alt="icon" />
|
| 12 |
</p>
|
|
|
|
| 58 |
```
|
| 59 |
|
| 60 |
2. Setup Virtual Environment
|
| 61 |
+
We recommend setting up a virtual environment to isolate Python dependencies, ensuring project-specific packages without conflicting with system-wide installations.
|
| 62 |
|
| 63 |
```sh
|
| 64 |
python3 -m venv venv
|