merterbak commited on
Commit
4c18bc5
·
verified ·
1 Parent(s): 2febf07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -103,7 +103,8 @@ def update_history(new_images, history):
103
 
104
  def clear_result():
105
  return gr.update(value=[]), gr.update(value=None)
106
-
 
107
  custom_css = """
108
  .gr-button {margin: 5px;}
109
  .output-image {border-radius: 8px;}
 
103
 
104
  def clear_result():
105
  return gr.update(value=[]), gr.update(value=None)
106
+
107
+ #my custom css for layout
108
  custom_css = """
109
  .gr-button {margin: 5px;}
110
  .output-image {border-radius: 8px;}