Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
#import execjs
|
3 |
# Define the Mermaid code for the flowchart
|
4 |
mermaid_code = """
|
|
|
1 |
import gradio as gr
|
2 |
+
import base64
|
3 |
#import execjs
|
4 |
# Define the Mermaid code for the flowchart
|
5 |
mermaid_code = """
|