benjaminStreltzin commited on
Commit
df67f05
·
verified ·
1 Parent(s): be74628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ custom_css = """
28
  .feedback-output {
29
  width: 47%; /* Set feedback output width to 47% */
30
  float: left; /* Align to the left */
 
31
  }
32
  </style>
33
  """
 
28
  .feedback-output {
29
  width: 47%; /* Set feedback output width to 47% */
30
  float: left; /* Align to the left */
31
+ margin-right: 3%;
32
  }
33
  </style>
34
  """