Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ import run
|
|
7 |
import screen
|
8 |
|
9 |
# Page setup
|
10 |
-
st.set_page_config(page_title="
|
11 |
-
st.title("π
|
12 |
st.subheader('',divider='rainbow')
|
13 |
# Connect to the Google Sheet
|
14 |
|
|
|
7 |
import screen
|
8 |
|
9 |
# Page setup
|
10 |
+
st.set_page_config(page_title="BiBERTa", page_icon="π", layout="wide")
|
11 |
+
st.title("πBiBERTa")
|
12 |
st.subheader('',divider='rainbow')
|
13 |
# Connect to the Google Sheet
|
14 |
|