Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ st.markdown("""
|
|
41 |
|
42 |
st.markdown("""
|
43 |
<style>
|
44 |
-
h1, h2
|
45 |
text-align: center;
|
46 |
}
|
47 |
</style>
|
@@ -192,8 +192,6 @@ def display_data_explorer(df):
|
|
192 |
|
193 |
st.write(filtered_df.to_html(escape=False, index=False), unsafe_allow_html=True)
|
194 |
def display_about_page():
|
195 |
-
st.title("About Job Listings Dashboard")
|
196 |
-
|
197 |
st.markdown("""
|
198 |
## What is this application?
|
199 |
|
|
|
41 |
|
42 |
st.markdown("""
|
43 |
<style>
|
44 |
+
h1, h2 {
|
45 |
text-align: center;
|
46 |
}
|
47 |
</style>
|
|
|
192 |
|
193 |
st.write(filtered_df.to_html(escape=False, index=False), unsafe_allow_html=True)
|
194 |
def display_about_page():
|
|
|
|
|
195 |
st.markdown("""
|
196 |
## What is this application?
|
197 |
|