fffiloni commited on
Commit
97cfbd0
1 Parent(s): 84e275f

bigger microphone buttons

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -125,6 +125,15 @@ def infer_from_c(prompt, c_name):
125
  css = """
126
  #col-container {max-width: 780px; margin-left: auto; margin-right: auto;}
127
  a {text-decoration-line: underline; font-weight: 600;}
 
 
 
 
 
 
 
 
 
128
  .animate-spin {
129
  animation: spin 1s linear infinite;
130
  }
 
125
  css = """
126
  #col-container {max-width: 780px; margin-left: auto; margin-right: auto;}
127
  a {text-decoration-line: underline; font-weight: 600;}
128
+ .mic-wrap > button {
129
+ width: 100%;
130
+ height: 60px;
131
+ font-size: 1.5em!important;
132
+ }
133
+ span.record-icon > span.dot.svelte-1thnwz {
134
+ width: 20px!important;
135
+ height: 20px!important;
136
+ }
137
  .animate-spin {
138
  animation: spin 1s linear infinite;
139
  }