Martín Santillán Cooper commited on
Commit
0808846
1 Parent(s): 0e08c79

remove undeclared variable

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -104,7 +104,6 @@ with gr.Blocks(
104
  primary_hue=ibm_blue,
105
  font=[gr.themes.GoogleFont("IBM Plex Sans"), gr.themes.GoogleFont('Source Sans 3')],
106
  ),
107
- head=head_style,
108
  fill_width=False,
109
  css='styles.css') as demo:
110
 
 
104
  primary_hue=ibm_blue,
105
  font=[gr.themes.GoogleFont("IBM Plex Sans"), gr.themes.GoogleFont('Source Sans 3')],
106
  ),
 
107
  fill_width=False,
108
  css='styles.css') as demo:
109