Update app.py
Browse files
app.py
CHANGED
@@ -35,13 +35,7 @@ class Main:
|
|
35 |
|
36 |
</style>
|
37 |
<div style="text-align: center;">
|
38 |
-
<img src="
|
39 |
-
|
40 |
-

|
41 |
-
|
42 |
-
" alt="User Behavior" width="800" height="400"><br>
|
43 |
-
|
44 |
-
""",
|
45 |
unsafe_allow_html=True
|
46 |
)
|
47 |
st.write()
|
|
|
35 |
|
36 |
</style>
|
37 |
<div style="text-align: center;">
|
38 |
+
<img src="" alt="User Behavior" width="800" height="400"><br>""",
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
unsafe_allow_html=True
|
40 |
)
|
41 |
st.write()
|