tarekfer8 commited on
Commit
5e42fd1
·
verified ·
1 Parent(s): 45ce6f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -68,6 +68,8 @@ demo = gr.ChatInterface(
68
  label="Top-p (nucleus sampling)",
69
  ),
70
  ],
 
 
71
  )
72
 
73
 
 
68
  label="Top-p (nucleus sampling)",
69
  ),
70
  ],
71
+ style={"background": "white", "color": "black", "font-size": "16px"},
72
+ theme="dark",
73
  )
74
 
75