BraydenAC commited on
Commit
9055266
·
verified ·
1 Parent(s): 5171c7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -81,7 +81,7 @@ ui_css = """
81
  border-radius: 15px;
82
  }
83
  #hipaa-image {
84
- height: 50px;
85
  }
86
  #input-box {
87
  width: 480px;
@@ -115,8 +115,10 @@ ui_css = """
115
  with gr.Blocks(css=ui_css) as demo:
116
  with gr.Column(elem_id="body"):
117
  with gr.Row(elem_id="header"):
118
- gr.Image(value="https://universitysurgical.com/wp-content/uploads/2021/12/hipaa-e1638383751916.png", elem_id="hipaa-image")
119
- gr.Markdown("Place basic instructions here")
 
 
120
 
121
  with gr.Row(elem_id="interactives"):
122
  inputs=gr.Textbox(label="Enter Input Text Here", elem_id="input-box", lines=5)
 
81
  border-radius: 15px;
82
  }
83
  #hipaa-image {
84
+ width: 75px;
85
  }
86
  #input-box {
87
  width: 480px;
 
115
  with gr.Blocks(css=ui_css) as demo:
116
  with gr.Column(elem_id="body"):
117
  with gr.Row(elem_id="header"):
118
+ with gr.Row(elem_id="hipaa-image"):
119
+ gr.Image(value="https://universitysurgical.com/wp-content/uploads/2021/12/hipaa-e1638383751916.png")
120
+ with gr.Row():
121
+ gr.Markdown("Place basic instructions here")
122
 
123
  with gr.Row(elem_id="interactives"):
124
  inputs=gr.Textbox(label="Enter Input Text Here", elem_id="input-box", lines=5)