Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
|
| 4 |
-
# Custom full-width layout and background style
|
| 5 |
st.markdown("""
|
| 6 |
<style>
|
| 7 |
/* Set full-page width and remove Streamlit default padding */
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
|
|
|
|
| 4 |
st.markdown("""
|
| 5 |
<style>
|
| 6 |
/* Set full-page width and remove Streamlit default padding */
|