crcdng commited on
Commit
aab4dfa
·
1 Parent(s): f59bde9
Files changed (1) hide show
  1. Gradio_UI.py +2 -0
Gradio_UI.py CHANGED
@@ -262,6 +262,7 @@ class GradioUI:
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True, theme='crcdng/cyber', css="styles.css") as demo:
 
265
  title=(
266
  """
267
  <center>
@@ -272,6 +273,7 @@ class GradioUI:
272
 
273
  with gr.Row():
274
  gr.HTML(title)
 
275
  stored_messages = gr.State([])
276
  file_uploads_log = gr.State([])
277
  chatbot = gr.Chatbot(
 
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True, theme='crcdng/cyber', css="styles.css") as demo:
265
+
266
  title=(
267
  """
268
  <center>
 
273
 
274
  with gr.Row():
275
  gr.HTML(title)
276
+ with gr.Row():
277
  stored_messages = gr.State([])
278
  file_uploads_log = gr.State([])
279
  chatbot = gr.Chatbot(