khulnasoft commited on
Commit
896fb20
·
verified ·
1 Parent(s): 861b9ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, UI 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"])
 
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"])