Spaces:
Sleeping
Sleeping
Removed banner
Browse files- 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 |
-
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 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(
|