prithivMLmods commited on
Commit
e6dcb60
·
verified ·
1 Parent(s): 462d3e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -118,11 +118,10 @@ def process_workflow(image, text_prompt, use_enhancer, seed, randomize_seed, wid
118
 
119
  custom_css = """
120
  .input-group, .output-group {
121
- border: 1px solid #e0e0e0;
122
  border-radius: 10px;
123
  padding: 20px;
124
  margin-bottom: 20px;
125
- background-color: #f9f9f9;
126
  }
127
  .submit-btn {
128
  background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;
 
118
 
119
  custom_css = """
120
  .input-group, .output-group {
121
+ border: 1px;
122
  border-radius: 10px;
123
  padding: 20px;
124
  margin-bottom: 20px;
 
125
  }
126
  .submit-btn {
127
  background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;