ethanrom commited on
Commit
9f29e7d
·
1 Parent(s): 3025164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def main():
75
  with col6:
76
  st.image('generated_image.jpg', caption = 'A generatated image', width = 100)
77
 
78
- colab_link = '[<img src="https://colab.research.google.com/assets/colab-badge.svg">](https://colab.research.google.com/drive/11aO-QNRl2qMK0tgJ03RvcRLUuUSPvWMc?usp=sharing)'
79
  st.markdown(colab_link, unsafe_allow_html=True)
80
 
81
 
 
75
  with col6:
76
  st.image('generated_image.jpg', caption = 'A generatated image', width = 100)
77
 
78
+ colab_link = '[<img src="https://colab.research.google.com/assets/colab-badge.svg">](https://colab.research.google.com/drive/1cJy6ny9AGvhe_OdCK_5MxRhUDwuj1NF3?usp=sharing)'
79
  st.markdown(colab_link, unsafe_allow_html=True)
80
 
81