Spaces:
Runtime error
Runtime error
Alexander Seifert
commited on
Commit
·
aeb977f
1
Parent(s):
acf3663
rename buttons
Browse files
app.py
CHANGED
@@ -89,14 +89,14 @@ def run():
|
|
89 |
|
90 |
col1, col2 = st.columns([1, 1])
|
91 |
col1.download_button(
|
92 |
-
label="Transkript
|
93 |
data=transcription["text"],
|
94 |
file_name="transkript.txt",
|
95 |
mime="text/plain",
|
96 |
)
|
97 |
|
98 |
col2.download_button(
|
99 |
-
label="OTR-Datei
|
100 |
data=json.dumps(transcription["otr"], indent=2, ensure_ascii=False),
|
101 |
file_name="transkript.otr",
|
102 |
mime="application/json",
|
|
|
89 |
|
90 |
col1, col2 = st.columns([1, 1])
|
91 |
col1.download_button(
|
92 |
+
label="⬇️ Transkript",
|
93 |
data=transcription["text"],
|
94 |
file_name="transkript.txt",
|
95 |
mime="text/plain",
|
96 |
)
|
97 |
|
98 |
col2.download_button(
|
99 |
+
label="⬇️ OTR-Datei",
|
100 |
data=json.dumps(transcription["otr"], indent=2, ensure_ascii=False),
|
101 |
file_name="transkript.otr",
|
102 |
mime="application/json",
|