Spaces:
Runtime error
Runtime error
Commit
·
4c3570d
1
Parent(s):
c154497
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def query(data : bytes):
|
|
19 |
st.markdown("<h1 style='text-align: center;'>Memeter 💬</h1>", unsafe_allow_html=True)
|
20 |
st.markdown("---")
|
21 |
with st.sidebar:
|
22 |
-
st.title("
|
23 |
st.caption('''
|
24 |
Memeter is an application used for the classification of whether the images provided is meme or not meme
|
25 |
''', unsafe_allow_html=False)
|
|
|
19 |
st.markdown("<h1 style='text-align: center;'>Memeter 💬</h1>", unsafe_allow_html=True)
|
20 |
st.markdown("---")
|
21 |
with st.sidebar:
|
22 |
+
st.title("Mememeter")
|
23 |
st.caption('''
|
24 |
Memeter is an application used for the classification of whether the images provided is meme or not meme
|
25 |
''', unsafe_allow_html=False)
|