Spaces:
Runtime error
Runtime error
Update page2.py
Browse files
page2.py
CHANGED
|
@@ -13,7 +13,7 @@ import os
|
|
| 13 |
|
| 14 |
# Streamlit app
|
| 15 |
def image():
|
| 16 |
-
st.title("
|
| 17 |
key = os.environ.get("api_key")
|
| 18 |
st.markdown("""
|
| 19 |
<style>
|
|
|
|
| 13 |
|
| 14 |
# Streamlit app
|
| 15 |
def image():
|
| 16 |
+
st.title("Chat with Image")
|
| 17 |
key = os.environ.get("api_key")
|
| 18 |
st.markdown("""
|
| 19 |
<style>
|