Mr-Vicky-01 commited on
Commit
a729c11
·
verified ·
1 Parent(s): e229672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,7 +59,7 @@ def markdown_to_word(markdown_text):
59
  buffer.seek(0)
60
  return buffer
61
 
62
- st.title("Document Creator")
63
  st.markdown("""
64
  <style>
65
  .justified-text {
@@ -84,7 +84,7 @@ with st.sidebar:
84
 
85
  fake_image_text = 'please upload a valid screenshot.'
86
 
87
- uploaded_file = st.file_uploader("Updload your Screenshot", type=["png", "jpg", "jpeg"])
88
  if uploaded_file:
89
  st.image(uploaded_file)
90
  button = st.button("Generate Document")
 
59
  buffer.seek(0)
60
  return buffer
61
 
62
+ st.title("AI Document Creator📃")
63
  st.markdown("""
64
  <style>
65
  .justified-text {
 
84
 
85
  fake_image_text = 'please upload a valid screenshot.'
86
 
87
+ uploaded_file = st.file_uploader("Updload your Screenshot to convert into word document", type=["png", "jpg", "jpeg"])
88
  if uploaded_file:
89
  st.image(uploaded_file)
90
  button = st.button("Generate Document")