Update app.py
Browse files
app.py
CHANGED
|
@@ -130,8 +130,10 @@ if __name__ == "__main__":
|
|
| 130 |
)
|
| 131 |
gr.Markdown(
|
| 132 |
"<p align='center'><img src='https://pic4.zhimg.com/v2-eb2a7c0e746e67d1768090eec74f6787_b.jpg'></p>")
|
| 133 |
-
gr.Markdown(
|
| 134 |
-
|
|
|
|
|
|
|
| 135 |
gr.Markdown('''๐ **Citation**
|
| 136 |
If our work is useful for your research, please consider citing:
|
| 137 |
```
|
|
|
|
| 130 |
)
|
| 131 |
gr.Markdown(
|
| 132 |
"<p align='center'><img src='https://pic4.zhimg.com/v2-eb2a7c0e746e67d1768090eec74f6787_b.jpg'></p>")
|
| 133 |
+
gr.Markdown("<p align='center' style='font-size: 20px;'>Related job links in the same series: </p>")
|
| 134 |
+
|
| 135 |
+
gr.Markdown("<p align='center'><a href='https://huggingface.co/spaces/jackrui/ampG'><img style='margin:-0.8em 0 2em 0;' src='https://shields.io/badge/Diff_AMP-Generator-blue' alt='Diff_AMP-Generator-blue'></a></p>"
|
| 136 |
+
"<p align='center'><a href='https://huggingface.co/spaces/jackrui/ampPP'><img style='margin:-0.8em 0 2em 0;' src='https://shields.io/badge/Diff_AMP-property_prediction-blue' alt='Diff_AMP-property_prediction-blue'></a></p>")
|
| 137 |
gr.Markdown('''๐ **Citation**
|
| 138 |
If our work is useful for your research, please consider citing:
|
| 139 |
```
|