Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import torch.nn as nn
|
|
4 |
import math
|
5 |
|
6 |
# Set page config at the very beginning
|
7 |
-
st.set_page_config(page_title='
|
8 |
|
9 |
# Custom CSS to set background color to #000 for main app and navigation
|
10 |
st.markdown("""
|
|
|
4 |
import math
|
5 |
|
6 |
# Set page config at the very beginning
|
7 |
+
st.set_page_config(page_title='', page_icon=':eyeglasses:', layout='wide')
|
8 |
|
9 |
# Custom CSS to set background color to #000 for main app and navigation
|
10 |
st.markdown("""
|