Spaces:
Sleeping
Sleeping
Commit
·
331adf1
1
Parent(s):
19005f1
increased box width
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def config():
|
|
99 |
st.markdown("""
|
100 |
<style>
|
101 |
.mobile-screen {
|
102 |
-
border:
|
103 |
display: flex;
|
104 |
flex-direction: column;
|
105 |
align-items: center;
|
|
|
99 |
st.markdown("""
|
100 |
<style>
|
101 |
.mobile-screen {
|
102 |
+
border: 3px solid black;
|
103 |
display: flex;
|
104 |
flex-direction: column;
|
105 |
align-items: center;
|