Update app.py
Browse files
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;}
|