Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from pprint import pprint
|
| 4 |
from mastodon import Mastodon #Mastodon.py
|
| 5 |
|
| 6 |
-
auth_button_text = '''<
|
| 7 |
<i class=""></i> Login with Masterdon! 🐘
|
| 8 |
</button></a><br>'''
|
| 9 |
|
|
|
|
| 3 |
from pprint import pprint
|
| 4 |
from mastodon import Mastodon #Mastodon.py
|
| 5 |
|
| 6 |
+
auth_button_text = '''<a href="{}"><button class="w3-button w3-light-grey w3-padding-large w3-section " onclick="document.getElementById('download').style.display='block'">
|
| 7 |
<i class=""></i> Login with Masterdon! 🐘
|
| 8 |
</button></a><br>'''
|
| 9 |
|