Spaces:
Runtime error
Runtime error
Commit
·
565eadc
1
Parent(s):
df74653
update requirements
Browse files- app.py +3 -3
- requirements.txt +1 -1
app.py
CHANGED
@@ -6,9 +6,9 @@ import requests
|
|
6 |
import streamlit as st
|
7 |
from streamlit_ace import st_ace
|
8 |
from utils import *
|
9 |
-
from io import StringIO
|
10 |
-
import base64
|
11 |
-
from pathlib import Path
|
12 |
|
13 |
import warnings
|
14 |
warnings.simplefilter("ignore", UserWarning)
|
|
|
6 |
import streamlit as st
|
7 |
from streamlit_ace import st_ace
|
8 |
from utils import *
|
9 |
+
# from io import StringIO
|
10 |
+
# import base64
|
11 |
+
# from pathlib import Path
|
12 |
|
13 |
import warnings
|
14 |
warnings.simplefilter("ignore", UserWarning)
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# web demo
|
2 |
-
streamlit
|
3 |
streamlit-ace
|
4 |
requests
|
5 |
numpy
|
|
|
1 |
# web demo
|
2 |
+
streamlit==1.19.0
|
3 |
streamlit-ace
|
4 |
requests
|
5 |
numpy
|