anniesaxena commited on
Commit
2fa20be
·
verified ·
1 Parent(s): 3cd5f04

removed banner

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -93,12 +93,12 @@ def respond(message, history):
93
  yield response # yield the response:
94
 
95
  with gr.Blocks(theme=custom_theme) as demo:
96
- gr.Image(
97
- value="Banner.png",
98
- show_label=False,
99
- show_share_button=False,
100
- show_download_button=False
101
- )
102
 
103
  chatbot_interface = gr.ChatInterface(
104
  respond,
 
93
  yield response # yield the response:
94
 
95
  with gr.Blocks(theme=custom_theme) as demo:
96
+ #gr.Image(
97
+ #value="Banner.png",
98
+ #show_label=False,
99
+ #show_share_button=False,
100
+ #show_download_button=False
101
+ #)
102
 
103
  chatbot_interface = gr.ChatInterface(
104
  respond,