Update 1_app.py
Browse files
1_app.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
import streamlit as st
|
| 2 |
-
|
| 3 |
-
st.write("# Harnessing Generative Models for Synthetic Non-Life Insurance Data")
|
| 4 |
-
|
| 5 |
-
st.markdown("""
|
| 6 |
-
**👈 Select a page from the dropdown on the left** to see some applications of the app!""")
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
st.image("./synthetic_data.jpg", width=500)
|
| 10 |
st.write("Google Nano Banana")
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
|
| 3 |
+
st.write("# Harnessing Generative Models for Synthetic Non-Life Insurance Data")
|
| 4 |
+
|
| 5 |
+
st.markdown("""
|
| 6 |
+
**👈 Select a page from the dropdown on the left** to see some applications of the app!""")
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
st.image("./Images/synthetic_data.jpg", width=500)
|
| 10 |
st.write("Google Nano Banana")
|