aichatbotyfjghjghkjh commited on
Commit
c50f046
1 Parent(s): fe653f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -241,6 +241,16 @@ def get_random_music_link():
241
 
242
  st.image('ai.jpg', width=100)
243
  st.title('ChatGPT')
 
 
 
 
 
 
 
 
 
 
244
 
245
 
246
  st.subheader('Free-GPT-Chat')
 
241
 
242
  st.image('ai.jpg', width=100)
243
  st.title('ChatGPT')
244
+ st.sidebar.markdown(
245
+ """
246
+ <a href="https://huggingface.co/spaces/pythonamirhossinrhabari84/imageConverter" target="_blank">
247
+ <button style="background-color: #4CAF50; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border: none; border-radius: 5px; cursor: pointer;">
248
+ ImageConverter
249
+ </button>
250
+ </a>
251
+ """,
252
+ unsafe_allow_html=True
253
+ )
254
 
255
 
256
  st.subheader('Free-GPT-Chat')