Spaces:
Running
Running
Next
commited on
Update src/webui.py
Browse files- src/webui.py +1 -0
src/webui.py
CHANGED
@@ -186,6 +186,7 @@ if __name__ == '__main__':
|
|
186 |
gr.HTML(
|
187 |
"<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>ardha27</a></h3>"
|
188 |
)
|
|
|
189 |
|
190 |
# main tab
|
191 |
with gr.Tab("Generate"):
|
|
|
186 |
gr.HTML(
|
187 |
"<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>ardha27</a></h3>"
|
188 |
)
|
189 |
+
gr.HTML("<a href='https://colab.research.google.com/drive/1lbACoEuigSGZgBC73gy50Qn0Z5k6xsXX?usp=sharing' target='_blank'><img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open in Colab'></a>")
|
190 |
|
191 |
# main tab
|
192 |
with gr.Tab("Generate"):
|