Spaces:
No application file
No application file
Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<iframe
|
2 |
+
src="https://www.investing.com/equities/most-active-stocks"
|
3 |
+
width="100%"
|
4 |
+
height="800"
|
5 |
+
frameborder="0"
|
6 |
+
style="border: none;"
|
7 |
+
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
8 |
+
loading="lazy">
|
9 |
+
</iframe>
|