Chris Addis commited on
Commit
f3f3f51
·
1 Parent(s): 11b5f4d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def create_demo():
77
  /* Container for the image component (#current-image-display is the elem_id of gr.Image) */
78
  #current-image-display {
79
  height: 600px; /* Define container height */
80
- width: 100%; /* Define container width (takes column width) */
81
  display: flex; /* Use flexbox for alignment */
82
  justify-content: center; /* Center content horizontally */
83
  align-items: center; /* Center content vertically */
 
77
  /* Container for the image component (#current-image-display is the elem_id of gr.Image) */
78
  #current-image-display {
79
  height: 600px; /* Define container height */
80
+ width: 1000px; /* Define container width (takes column width) */
81
  display: flex; /* Use flexbox for alignment */
82
  justify-content: center; /* Center content horizontally */
83
  align-items: center; /* Center content vertically */