Rishi-Jain-27 commited on
Commit
2d635f4
Β·
1 Parent(s): 77bd823

Updated README

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +3 -1
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: For the HF small model hackathon. Code -> Flowchart.
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) ----- #