Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -305,7 +305,7 @@ with gr.Blocks(theme=THEME, css=CSS, title="SERAPH — Protein Structure Predict
|
|
| 305 |
|
| 306 |
gr.HTML(
|
| 307 |
'<div id="header-row">'
|
| 308 |
-
'<a id="back-btn" href="https://muhammad-asad-ullah.vercel.app/" target="
|
| 309 |
'← Back to Portfolio</a>'
|
| 310 |
'</div>'
|
| 311 |
'<div class="hero-title">SERAPH — Protein Secondary Structure Prediction</div>'
|
|
|
|
| 305 |
|
| 306 |
gr.HTML(
|
| 307 |
'<div id="header-row">'
|
| 308 |
+
'<a id="back-btn" href="https://muhammad-asad-ullah.vercel.app/" target="_blank">'
|
| 309 |
'← Back to Portfolio</a>'
|
| 310 |
'</div>'
|
| 311 |
'<div class="hero-title">SERAPH — Protein Secondary Structure Prediction</div>'
|