ohayonguy
commited on
Commit
·
301c3a1
1
Parent(s):
4ca94b8
fixed description
Browse files
app.py
CHANGED
|
@@ -172,6 +172,7 @@ If you find our work useful, please help to ⭐ our <a href='https://github.com/
|
|
| 172 |
[](https://github.com/ohayonguy/PMRF)
|
| 173 |
|
| 174 |
📝 **Citation**
|
|
|
|
| 175 |
If our work is useful for your research, please consider citing:
|
| 176 |
```bibtex
|
| 177 |
@article{ohayon2024pmrf,
|
|
@@ -184,10 +185,12 @@ If our work is useful for your research, please consider citing:
|
|
| 184 |
```
|
| 185 |
|
| 186 |
📋 **License**
|
|
|
|
| 187 |
This project is released under the <a rel="license" href="https://github.com/ohayonguy/PMRF/blob/master/LICENSE">MIT license</a>.
|
| 188 |
Redistribution and use for non-commercial purposes should follow this license.
|
| 189 |
|
| 190 |
📧 **Contact**
|
|
|
|
| 191 |
If you have any questions, please feel free to contact me at <b>guyoep@gmail.com</b>.
|
| 192 |
"""
|
| 193 |
css = r"""
|
|
|
|
| 172 |
[](https://github.com/ohayonguy/PMRF)
|
| 173 |
|
| 174 |
📝 **Citation**
|
| 175 |
+
|
| 176 |
If our work is useful for your research, please consider citing:
|
| 177 |
```bibtex
|
| 178 |
@article{ohayon2024pmrf,
|
|
|
|
| 185 |
```
|
| 186 |
|
| 187 |
📋 **License**
|
| 188 |
+
|
| 189 |
This project is released under the <a rel="license" href="https://github.com/ohayonguy/PMRF/blob/master/LICENSE">MIT license</a>.
|
| 190 |
Redistribution and use for non-commercial purposes should follow this license.
|
| 191 |
|
| 192 |
📧 **Contact**
|
| 193 |
+
|
| 194 |
If you have any questions, please feel free to contact me at <b>guyoep@gmail.com</b>.
|
| 195 |
"""
|
| 196 |
css = r"""
|