Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
|
|
|
|
|
3 |
# Import your page files
|
4 |
import home
|
5 |
import prediction
|
@@ -7,7 +9,7 @@ import about
|
|
7 |
import contact
|
8 |
|
9 |
# Set up the page configuration
|
10 |
-
|
11 |
|
12 |
# Set up navigation logic
|
13 |
def load_page(page):
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.set_page_config(page_title="TransPolymer", layout="wide")
|
4 |
+
|
5 |
# Import your page files
|
6 |
import home
|
7 |
import prediction
|
|
|
9 |
import contact
|
10 |
|
11 |
# Set up the page configuration
|
12 |
+
|
13 |
|
14 |
# Set up navigation logic
|
15 |
def load_page(page):
|