Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,14 +78,16 @@ ui_css = """
|
|
78 |
height: 600px;
|
79 |
width: 500px;
|
80 |
background-color: cyan;
|
|
|
81 |
}
|
82 |
#hipaa-image {
|
83 |
-
|
84 |
}
|
85 |
#input-box {
|
86 |
width: 480px;
|
87 |
border: 2px solid black;
|
88 |
-
margin: 8px;
|
|
|
89 |
}
|
90 |
#output-elems {
|
91 |
width: 480px;
|
|
|
78 |
height: 600px;
|
79 |
width: 500px;
|
80 |
background-color: cyan;
|
81 |
+
border-radius: 15px;
|
82 |
}
|
83 |
#hipaa-image {
|
84 |
+
height: 50px;
|
85 |
}
|
86 |
#input-box {
|
87 |
width: 480px;
|
88 |
border: 2px solid black;
|
89 |
+
margin-left: 8px;
|
90 |
+
margin-right: 8px;
|
91 |
}
|
92 |
#output-elems {
|
93 |
width: 480px;
|