eagle0504 commited on
Commit
131eb49
·
1 Parent(s): c627d39

app updated

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,6 +29,7 @@ palm.configure(api_key=api_key)
29
 
30
  # Main function of the Streamlit app
31
  def main():
 
32
  st.title("Generative AI Demo on Camera Input/Image/PDF 💻")
33
 
34
  # Dropdown for user to choose the input method
@@ -75,7 +76,7 @@ def main():
75
  )
76
  st.sidebar.markdown(
77
  """
78
- Enjoy exploring and have fun! App URL [here](https://huggingface.co/spaces/eagle0504/IDP-Demo)!😄🎉
79
  """
80
  )
81
 
 
29
 
30
  # Main function of the Streamlit app
31
  def main():
32
+ st.set_page_config(layout="wide")
33
  st.title("Generative AI Demo on Camera Input/Image/PDF 💻")
34
 
35
  # Dropdown for user to choose the input method
 
76
  )
77
  st.sidebar.markdown(
78
  """
79
+ Enjoy exploring and have fun! App URL [here](https://huggingface.co/spaces/eagle0504/IDP-Demo)!😄🎉
80
  """
81
  )
82