Spaces:
Running
Running
sahandkh1419
commited on
Commit
•
c9cc87b
1
Parent(s):
09fe96c
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,9 @@ st.markdown(
|
|
15 |
padding: 20px;
|
16 |
border-radius: 10px;
|
17 |
}
|
|
|
|
|
|
|
18 |
</style>
|
19 |
""",
|
20 |
unsafe_allow_html=True
|
|
|
15 |
padding: 20px;
|
16 |
border-radius: 10px;
|
17 |
}
|
18 |
+
a {
|
19 |
+
color: black !important
|
20 |
+
}
|
21 |
</style>
|
22 |
""",
|
23 |
unsafe_allow_html=True
|