Update pages/Translate_Text.py
Browse files- pages/Translate_Text.py +1 -1
pages/Translate_Text.py
CHANGED
|
@@ -31,7 +31,7 @@ def main():
|
|
| 31 |
pass
|
| 32 |
with im2:
|
| 33 |
url = "https://i.postimg.cc/jdF1hPng/combined.png"
|
| 34 |
-
html(set_image(url), height=
|
| 35 |
with im3:
|
| 36 |
pass
|
| 37 |
|
|
|
|
| 31 |
pass
|
| 32 |
with im2:
|
| 33 |
url = "https://i.postimg.cc/jdF1hPng/combined.png"
|
| 34 |
+
html(set_image(url), height=400, width=400)
|
| 35 |
with im3:
|
| 36 |
pass
|
| 37 |
|