app updated
Browse files
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 |
-
|
| 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 |
|