prithivMLmods commited on
Commit
9221c87
·
verified ·
1 Parent(s): 89734ae

update app

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -257,14 +257,12 @@ def process_inputs(image, category, prompt):
257
 
258
  return qwen_annotated_image, qwen_text
259
 
260
- css="""
261
- #col-container {
262
- margin: 0 auto;
263
- max-width: 960px;
264
  }
265
- #main-title {
266
- text-align: center;
267
- max-width: 100%;
268
  }
269
  """
270
 
 
257
 
258
  return qwen_annotated_image, qwen_text
259
 
260
+ css = """
261
+ #main-title h1 {
262
+ font-size: 2.3em !important;
 
263
  }
264
+ #output-title h2 {
265
+ font-size: 2.1em !important;
 
266
  }
267
  """
268