pikto commited on
Commit
541d170
·
1 Parent(s): ecd3a5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -15,14 +15,15 @@ ins = '''### Instruction:
15
  {}
16
  ### Response:
17
  '''
18
-
19
- theme = gr.themes.Monochrome(
20
- primary_hue="indigo",
21
- secondary_hue="blue",
22
- neutral_hue="slate",
23
- radius_size=gr.themes.sizes.radius_sm,
24
- font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
25
- )
 
26
 
27
 
28
 
 
15
  {}
16
  ### Response:
17
  '''
18
+ theme='pikto/theme@>=0.0.1,<0.0.3'
19
+
20
+ #theme = gr.themes.Monochrome(
21
+ # primary_hue="indigo",
22
+ # secondary_hue="blue",
23
+ # neutral_hue="slate",
24
+ # radius_size=gr.themes.sizes.radius_sm,
25
+ # font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
26
+ #)
27
 
28
 
29