Artples commited on
Commit
7b1505e
1 Parent(s): 9d6e41f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def send_message_to_model(message, image_path):
52
 
53
  # Streamlit app
54
  def main():
55
- st.title("Gemini 1.5 Pro, UI to Code 👨‍💻 ")
56
- st.subheader('Made with ❤️ by [Skirano](https://x.com/skirano)')
57
 
58
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
59
 
 
52
 
53
  # Streamlit app
54
  def main():
55
+ st.title("Gemini 1.5 Flash, UI to Code 👨‍💻 ")
56
+ st.subheader('Made by [Skirano](https://x.com/skirano). Refinded and Hosted by [Artples](https://huggingface.co/Artples)')
57
 
58
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
59