crylake commited on
Commit
8416746
1 Parent(s): 6164080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def main():
10
  st.set_page_config(layout="wide")
11
 
12
  st.image(os.path.join('Images','Banner No2.png'), use_column_width = True)
13
- st.markdown("<h1 style='text-align: center; color: black;'>Writing poem from image</h1>", unsafe_allow_html=True)
14
 
15
  choice = 'Image Based'
16
 
 
10
  st.set_page_config(layout="wide")
11
 
12
  st.image(os.path.join('Images','Banner No2.png'), use_column_width = True)
13
+ st.markdown("<h1 style='text-align: center; color: black;'>Writing Vietnamese poem from image</h1>", unsafe_allow_html=True)
14
 
15
  choice = 'Image Based'
16