Update pages/Analyze_Text.py
Browse files- pages/Analyze_Text.py +1 -1
pages/Analyze_Text.py
CHANGED
@@ -119,7 +119,7 @@ def main():
|
|
119 |
pass
|
120 |
with im2:
|
121 |
url = "https://i.postimg.cc/jdF1hPng/combined.png"
|
122 |
-
html(set_image(url), height=
|
123 |
with im3:
|
124 |
pass
|
125 |
|
|
|
119 |
pass
|
120 |
with im2:
|
121 |
url = "https://i.postimg.cc/jdF1hPng/combined.png"
|
122 |
+
html(set_image(url), height=400, width=400)
|
123 |
with im3:
|
124 |
pass
|
125 |
|