Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
Β·
a42ec60
1
Parent(s):
51d094b
Update Code.py
Browse files- frontend/pages/Code.py +2 -2
frontend/pages/Code.py
CHANGED
@@ -6,8 +6,8 @@ import streamlit as st
|
|
6 |
from Login import auth_page
|
7 |
|
8 |
st.set_page_config(
|
9 |
-
page_title="
|
10 |
-
page_icon="
|
11 |
layout="wide",
|
12 |
initial_sidebar_state="expanded",
|
13 |
menu_items={"About": "Built by @HemanthSai7 and @MayureshAgashe2107 with Streamlit"},
|
|
|
6 |
from Login import auth_page
|
7 |
|
8 |
st.set_page_config(
|
9 |
+
page_title="Code",
|
10 |
+
page_icon="π¨βπ»",
|
11 |
layout="wide",
|
12 |
initial_sidebar_state="expanded",
|
13 |
menu_items={"About": "Built by @HemanthSai7 and @MayureshAgashe2107 with Streamlit"},
|