Spaces:
Running
Running
CSS = """ | |
.bmc-button { | |
padding: 2px 5px; | |
border-radius: 5px; | |
background-color: #FF813F; | |
color: white; | |
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); | |
text-decoration: none; | |
display: inline-block; | |
font-size: 20px; | |
margin: 2px; | |
cursor: pointer; | |
-webkit-transition: background-color 0.3s ease; | |
-ms-transition: background-color 0.3s ease; | |
transition: background-color 0.3s ease; | |
} | |
.bmc-button:hover, | |
.bmc-button:active, | |
.bmc-button:focus { | |
background-color: #FF5633; | |
} | |
.markdown { | |
margin-bottom: 0; | |
padding-bottom: 0; | |
} | |
.tabs { | |
margin-top: 0; | |
padding-top: 0; | |
} | |
""" | |
MARKDOWN = """ | |
### Whisper Web-UI | |
Latest updates on <a href="https://github.com/jhj0517/Whsiper-WebUI">here.</a> If you found this project useful, please consider supporting it. <br> | |
<a class="bmc-button" href="https://www.buymeacoffee.com/jhj0517" target="_blank"> | |
<img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="30" width="140"> | |
</a> | |
""" |