Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
educrpg
/
gaiding_light
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
educrpg
commited on
Dec 28, 2023
Commit
a13e6ac
·
1 Parent(s):
8ee0cfb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
from git import Repo
2
import streamlit as st
3
4
if os.path.exists('./educrpg'):
5
pass
1
from git import Repo
2
import streamlit as st
3
+
import os
4
5
if os.path.exists('./educrpg'):
6
pass