Spaces:
Runtime error
Runtime error
Commit
Β·
a0a3cb8
1
Parent(s):
72e9fb8
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from tf_coder.value_search import colab_interface, value_search_settings
|
|
| 4 |
import io
|
| 5 |
from contextlib import redirect_stdout
|
| 6 |
from streamlit_ace import st_ace
|
| 7 |
-
st.set_page_config(page_icon='π©βπ»', layout="wide")
|
| 8 |
|
| 9 |
col1, col2 = st.columns([1, 1])
|
| 10 |
with col1:
|
|
|
|
| 4 |
import io
|
| 5 |
from contextlib import redirect_stdout
|
| 6 |
from streamlit_ace import st_ace
|
| 7 |
+
st.set_page_config(page_icon='π©βπ»', layout="wide", initial_sidebar_state="collapsed")
|
| 8 |
|
| 9 |
col1, col2 = st.columns([1, 1])
|
| 10 |
with col1:
|