Spaces:
Running
Running
Commit Β·
2d635f4
1
Parent(s): 77bd823
Updated README
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: CodeFlow
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
|
@@ -9,7 +9,7 @@ python_version: '3.13'
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
-
short_description:
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: CodeFlow
|
| 3 |
+
emoji: π
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
|
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
+
short_description: Code -> Flowchart. π
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -70,4 +70,6 @@ def generate_flowchart(src_code: str):
|
|
| 70 |
|
| 71 |
return mermaid_raw
|
| 72 |
|
| 73 |
-
# ----- Gradio Interface (Basic, Not Custom) ----- #
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
return mermaid_raw
|
| 72 |
|
| 73 |
+
# ----- Gradio Interface (Basic, Not Custom, Archive Later) ----- #
|
| 74 |
+
|
| 75 |
+
# ----- Gradio Interface (Custom) ----- #
|