Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def format_t(inp):
|
|
71 |
|
72 |
position: relative;
|
73 |
overflow: hidden;
|
74 |
-
width:
|
75 |
height: 60em;
|
76 |
margin-top:1em;
|
77 |
}
|
@@ -85,8 +85,7 @@ def format_t(inp):
|
|
85 |
right: 0;
|
86 |
width: 100%;
|
87 |
height: 100%;
|
88 |
-
|
89 |
-
transform: scale(0.75);
|
90 |
}
|
91 |
|
92 |
'''
|
|
|
71 |
|
72 |
position: relative;
|
73 |
overflow: hidden;
|
74 |
+
width: 48%;
|
75 |
height: 60em;
|
76 |
margin-top:1em;
|
77 |
}
|
|
|
85 |
right: 0;
|
86 |
width: 100%;
|
87 |
height: 100%;
|
88 |
+
|
|
|
89 |
}
|
90 |
|
91 |
'''
|