andywu-kby commited on
Commit
8e7f035
Β·
verified Β·
1 Parent(s): bf9abbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -43,11 +43,11 @@ def run(file):
43
 
44
  with gr.Blocks(css="""
45
  .custom-container {
46
- background-color: #f9f9f9;
47
  padding: 20px;
48
  border: 2px solid #ccc;
49
  border-radius: 10px;
50
- max-width: 500px;
51
  margin: auto;
52
  font-family: Arial, sans-serif;
53
  }
@@ -112,8 +112,8 @@ with gr.Blocks(css="""
112
  visible=True,
113
  value="""<div class="custom-container">
114
  <p>This is an important message with a helpful resource:</p>
115
- <a href='https://rapidapi.com/akashdev2016/api/floor-plan-digitalization' target='_blank' class="api-button">
116
- <h3>πŸš€ Use an free API</h3>
117
  </a>
118
  </div>"""
119
  )
 
43
 
44
  with gr.Blocks(css="""
45
  .custom-container {
46
+ background-color: #1f993f;
47
  padding: 20px;
48
  border: 2px solid #ccc;
49
  border-radius: 10px;
50
+ max-width: 100%;
51
  margin: auto;
52
  font-family: Arial, sans-serif;
53
  }
 
112
  visible=True,
113
  value="""<div class="custom-container">
114
  <p>This is an important message with a helpful resource:</p>
115
+ <a href='https://rapidapi.com/akashdev2016/api/floor-plan-digitalization' target='_blank'>
116
+ Use an free API πŸš€
117
  </a>
118
  </div>"""
119
  )