jer233 commited on
Commit
e40a325
·
verified ·
1 Parent(s): 14ba27e

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +5 -0
demo.py CHANGED
@@ -67,9 +67,14 @@ css = """
67
 
68
  /* Set height for the Select Model dropdown */
69
  .select {
 
70
  height: 100px; /* Set height to 100px */
71
  }
72
 
 
 
 
 
73
  """
74
 
75
  # Gradio App
 
67
 
68
  /* Set height for the Select Model dropdown */
69
  .select {
70
+ margin: 10px;
71
  height: 100px; /* Set height to 100px */
72
  }
73
 
74
+ .Accordion {
75
+ Width: 100%;
76
+ }
77
+
78
  """
79
 
80
  # Gradio App