Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import random
|
| 3 |
import time
|
| 4 |
-
import os
|
| 5 |
import streamlit as st
|
| 6 |
import base64
|
| 7 |
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
os.environ["STREAMLIT_CONFIG_DIR"] = "/tmp/.streamlit"
|
| 3 |
+
|
| 4 |
import streamlit as st
|
| 5 |
import random
|
| 6 |
import time
|
|
|
|
| 7 |
import streamlit as st
|
| 8 |
import base64
|
| 9 |
|