Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,10 @@ ui_css = """
|
|
77 |
#body {
|
78 |
height: 600px;
|
79 |
width: 500px;
|
|
|
|
|
|
|
|
|
80 |
}
|
81 |
#input-box {
|
82 |
width: 480px;
|
@@ -109,7 +113,7 @@ ui_css = """
|
|
109 |
with gr.Blocks(elem_id="body", css=ui_css) as demo:
|
110 |
|
111 |
with gr.Row(elem_id="header"):
|
112 |
-
gr.Image(value="https://universitysurgical.com/wp-content/uploads/2021/12/hipaa-e1638383751916.png")
|
113 |
gr.Markdown("Place basic instructions here")
|
114 |
|
115 |
with gr.Column(elem_id="interactives"):
|
|
|
77 |
#body {
|
78 |
height: 600px;
|
79 |
width: 500px;
|
80 |
+
background-color: cyan;
|
81 |
+
}
|
82 |
+
#hipaa-image {
|
83 |
+
width: 50px;
|
84 |
}
|
85 |
#input-box {
|
86 |
width: 480px;
|
|
|
113 |
with gr.Blocks(elem_id="body", css=ui_css) as demo:
|
114 |
|
115 |
with gr.Row(elem_id="header"):
|
116 |
+
gr.Image(value="https://universitysurgical.com/wp-content/uploads/2021/12/hipaa-e1638383751916.png", elem_id="hipaa-image")
|
117 |
gr.Markdown("Place basic instructions here")
|
118 |
|
119 |
with gr.Column(elem_id="interactives"):
|