Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ if __name__ == "__main__":
|
|
| 131 |
gr.Markdown(
|
| 132 |
"<p align='center'><img src='https://pic4.zhimg.com/v2-eb2a7c0e746e67d1768090eec74f6787_b.jpg'></p>")
|
| 133 |
gr.Markdown(
|
| 134 |
-
"<p align='center' style='font-size: 20px;'>Related job links in the same series: <a href='https://huggingface.co/spaces/jackrui/diff-amp-antimicrobial_peptide_generation'>diff-amp-antimicrobial_peptide_generation</a>
|
| 135 |
gr.Markdown('''📝 **Citation**
|
| 136 |
If our work is useful for your research, please consider citing:
|
| 137 |
```
|
|
@@ -154,6 +154,8 @@ td {
|
|
| 154 |
|
| 155 |
</tr>
|
| 156 |
</table>
|
|
|
|
|
|
|
| 157 |
''')
|
| 158 |
|
| 159 |
demo.launch()
|
|
|
|
| 131 |
gr.Markdown(
|
| 132 |
"<p align='center'><img src='https://pic4.zhimg.com/v2-eb2a7c0e746e67d1768090eec74f6787_b.jpg'></p>")
|
| 133 |
gr.Markdown(
|
| 134 |
+
"<p align='center' style='font-size: 20px;'>Related job links in the same series: <a href='https://huggingface.co/spaces/jackrui/diff-amp-antimicrobial_peptide_generation'>diff-amp-antimicrobial_peptide_generation</a> , <a href='https://huggingface.co/spaces/jackrui/Diff-AMP-property-prediction-model'>Diff-AMP-property-prediction-model</a></p>")
|
| 135 |
gr.Markdown('''📝 **Citation**
|
| 136 |
If our work is useful for your research, please consider citing:
|
| 137 |
```
|
|
|
|
| 154 |
|
| 155 |
</tr>
|
| 156 |
</table>
|
| 157 |
+
<center><img src='https://api.infinitescript.com/badgen/count?name=jackrui/diff-amp-AMP_Sequence_Detector<ext=Visitors&color=6dc9aa' alt='visitors'></center>
|
| 158 |
+
"""
|
| 159 |
''')
|
| 160 |
|
| 161 |
demo.launch()
|