crcdng commited on
Commit
147c767
·
verified ·
1 Parent(s): 4576c70

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -261,7 +261,7 @@ class GradioUI:
261
  def launch(self, **kwargs):
262
  import gradio as gr
263
 
264
- with gr.Blocks(fill_height=True) as demo:
265
  stored_messages = gr.State([])
266
  file_uploads_log = gr.State([])
267
  chatbot = gr.Chatbot(
 
261
  def launch(self, **kwargs):
262
  import gradio as gr
263
 
264
+ with gr.Blocks(fill_height=True, theme='crcdng/cyber') as demo:
265
  stored_messages = gr.State([])
266
  file_uploads_log = gr.State([])
267
  chatbot = gr.Chatbot(