Spaces:
Running
Running
khulnasoft
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def send_message_to_model(message, image_path):
|
|
51 |
|
52 |
# Streamlit app
|
53 |
def main():
|
54 |
-
st.title("Gemini 1.5 Pro,
|
55 |
st.subheader('Made with ❤️ by [KhulnaSoft](https://x.com/khulnasoft)')
|
56 |
|
57 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
|
|
51 |
|
52 |
# Streamlit app
|
53 |
def main():
|
54 |
+
st.title("Gemini 1.5 Pro, Images to Code 👨💻 ")
|
55 |
st.subheader('Made with ❤️ by [KhulnaSoft](https://x.com/khulnasoft)')
|
56 |
|
57 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|