Omnibus commited on
Commit
01cee2f
·
1 Parent(s): bbba40f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -71,7 +71,7 @@ def format_t(inp):
71
 
72
  position: relative;
73
  overflow: hidden;
74
- width: 33%;
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
- transform-origin: top right;
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
  '''