Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -6,7 +6,12 @@ def APP():
|
|
6 |
|
7 |
with col1:
|
8 |
|
9 |
-
st.title("newMATTER")
|
|
|
|
|
|
|
|
|
|
|
10 |
with col2:
|
11 |
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/flask.gif",width=190)
|
12 |
|
|
|
6 |
|
7 |
with col1:
|
8 |
|
9 |
+
#st.title("newMATTER")
|
10 |
+
st.markdown("""
|
11 |
+
<p>new</p>
|
12 |
+
<h2 style='color:red'>MATTER</h2>
|
13 |
+
""",use_unsafe_html=True)
|
14 |
+
|
15 |
with col2:
|
16 |
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/flask.gif",width=190)
|
17 |
|