kevykevg commited on
Commit
6e6d6a8
·
1 Parent(s): 8b00468

Removed banner

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +5 -5
Gradio_UI.py CHANGED
@@ -262,11 +262,11 @@ class GradioUI:
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
265
- banner_image = gr.Image(
266
- "powerball_banner.png",
267
- width="100%",
268
- label="PowerBall",
269
- show_download_button=False,)
270
  stored_messages = gr.State([])
271
  file_uploads_log = gr.State([])
272
  chatbot = gr.Chatbot(
 
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
265
+ # banner_image = gr.Image(
266
+ # "powerball_banner.png",
267
+ # width="100%",
268
+ # label="PowerBall",
269
+ # show_download_button=False,)
270
  stored_messages = gr.State([])
271
  file_uploads_log = gr.State([])
272
  chatbot = gr.Chatbot(