Spaces:
Runtime error
Runtime error
Upload config.toml
Browse files- .streamlit/config.toml +9 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.set_page_config(
|
4 |
+
page_title="Docs Bot",
|
5 |
+
page_icon="🧊",
|
6 |
+
layout="wide",
|
7 |
+
initial_sidebar_state="expanded",
|
8 |
+
|
9 |
+
)
|