Spaces:
Sleeping
Sleeping
deploy at 2024-08-12 17:36:14.504722
Browse files
README.md
CHANGED
@@ -1,6 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# PyConsole
|
2 |
|
3 |
Turn browser into a console for Python using [FastHTML](https://github.com/answerdotai/fasthtml) (in 34 lines).
|
|
|
4 |
# Usage
|
5 |
|
6 |
```shell
|
|
|
1 |
+
---
|
2 |
+
title: PyConsole
|
3 |
+
emoji: 🐍
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
# PyConsole
|
13 |
|
14 |
Turn browser into a console for Python using [FastHTML](https://github.com/answerdotai/fasthtml) (in 34 lines).
|
15 |
+
|
16 |
# Usage
|
17 |
|
18 |
```shell
|