Spaces:
Runtime error
Runtime error
added subheader
Browse files
app.py
CHANGED
|
@@ -17,6 +17,7 @@ with col1: # To display the header text using css style
|
|
| 17 |
font-size:35px ; font-family: 'Cooper Black'; color: #FF9633;}
|
| 18 |
</style> """, unsafe_allow_html=True)
|
| 19 |
st.markdown('<p class="font">Upload your photo here...</p>', unsafe_allow_html=True)
|
|
|
|
| 20 |
|
| 21 |
#Add a header and expander in side bar
|
| 22 |
st.sidebar.markdown('<p class="font">Afrodreams.AI</p>', unsafe_allow_html=True)
|
|
|
|
| 17 |
font-size:35px ; font-family: 'Cooper Black'; color: #FF9633;}
|
| 18 |
</style> """, unsafe_allow_html=True)
|
| 19 |
st.markdown('<p class="font">Upload your photo here...</p>', unsafe_allow_html=True)
|
| 20 |
+
st.subheader("This app takes in your image and styles it with a unique african art.")
|
| 21 |
|
| 22 |
#Add a header and expander in side bar
|
| 23 |
st.sidebar.markdown('<p class="font">Afrodreams.AI</p>', unsafe_allow_html=True)
|