rafaldembski commited on
Commit
dffbbd7
1 Parent(s): 9aac40c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -107,17 +107,7 @@ examples = [
107
  "Give me an example of an endangered species and let me know what I can do to help preserve it"
108
  ]
109
 
110
- custom_css = """
111
- #logo-img {
112
- border: none !important;
113
- }
114
- #chat-message {
115
- font-size: 14px;
116
- min-height: 300px;
117
- }
118
- """
119
-
120
- with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
121
  cid = gr.State("")
122
 
123
  with gr.Row():
 
107
  "Give me an example of an endangered species and let me know what I can do to help preserve it"
108
  ]
109
 
110
+ with gr.Blocks(analytics_enabled=False, theme=gr.themes.Monochrome()) as demo:
 
 
 
 
 
 
 
 
 
 
111
  cid = gr.State("")
112
 
113
  with gr.Row():