Spaces:
Sleeping
Sleeping
link to dict
Browse files
app.py
CHANGED
|
@@ -92,8 +92,7 @@ if sentence:
|
|
| 92 |
|
| 93 |
# Construct the table as a Markdown string
|
| 94 |
table_md = "<div dir='rtl' style='text-align: right;'>\n\n" # Start with RTL div
|
| 95 |
-
st.markdown(
|
| 96 |
-
f"""<style>
|
| 97 |
.google-translate-place {
|
| 98 |
width: 256px;
|
| 99 |
height: 128px;
|
|
|
|
| 92 |
|
| 93 |
# Construct the table as a Markdown string
|
| 94 |
table_md = "<div dir='rtl' style='text-align: right;'>\n\n" # Start with RTL div
|
| 95 |
+
st.markdown("""<style>
|
|
|
|
| 96 |
.google-translate-place {
|
| 97 |
width: 256px;
|
| 98 |
height: 128px;
|