NeuralFalcon commited on
Commit
e387bd4
·
verified ·
1 Parent(s): 38a5f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def ui():
43
  gr.HTML("""
44
  <div style="text-align: center; margin: 20px auto; max-width: 800px;">
45
  <h1 style="font-size: 2.5em; margin-bottom: 5px;">👁️ EyeLock Timelapse Generator</h1>
46
- <a href="https://github.com/NeuralFalconYT/EyeLock-Timelapse" target="_blank" style="display: inline-block; padding: 10px 20px; background-color: #4285F4; color: white; border-radius: 6px; text-decoration: none; font-size: 1em;">🥳 Run on Google Colab</a>
47
  </div>""")
48
  with gr.Row():
49
  with gr.Column():
 
43
  gr.HTML("""
44
  <div style="text-align: center; margin: 20px auto; max-width: 800px;">
45
  <h1 style="font-size: 2.5em; margin-bottom: 5px;">👁️ EyeLock Timelapse Generator</h1>
46
+ <a href="https://github.com/NeuralFalconYT/EyeLock-Timelapse" target="_blank" style="display: inline-block; padding: 10px 20px; background-color: #4285F4; color: white; border-radius: 6px; text-decoration: none; font-size: 1em;">Run on Google Colab</a>
47
  </div>""")
48
  with gr.Row():
49
  with gr.Column():