Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
app/__init__.py
ADDED
File without changes
|
app/__pycache__/__init__.cpython-312.pyc
ADDED
Binary file (173 Bytes). View file
|
|
app/__pycache__/draw_diagram.cpython-312.pyc
ADDED
Binary file (11.9 kB). View file
|
|
app/__pycache__/pages.cpython-312.pyc
ADDED
Binary file (8.93 kB). View file
|
|
app/pages.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from draw_diagram import *
|
3 |
|
4 |
def dashboard():
|
5 |
st.title("SeaEval")
|
|
|
1 |
import streamlit as st
|
2 |
+
from app.draw_diagram import *
|
3 |
|
4 |
def dashboard():
|
5 |
st.title("SeaEval")
|