Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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 |
|