hitmanblade commited on
Commit
01199ce
·
verified ·
1 Parent(s): b2cc122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def send_message_to_model(message, image_path):
53
  # Streamlit app
54
  def main():
55
  st.title("UI to Code AI 👨‍💻 ")
56
- st.subheader('Made by [Rayyan](https://github.com/TheAlmightyRayyan).)
57
 
58
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
59
 
 
53
  # Streamlit app
54
  def main():
55
  st.title("UI to Code AI 👨‍💻 ")
56
+ st.subheader('Made by [Rayyan](https://github.com/TheAlmightyRayyan).')
57
 
58
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
59