tanya-a8 commited on
Commit
509e9d8
·
verified ·
1 Parent(s): b5dfbd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -98,13 +98,13 @@ def respond(message, history):
98
  response += token # Add it to the response
99
  yield response # yield the response:
100
 
101
- # with gr.Blocks(theme=custom_theme) as demo:
102
- # gr.Image(
103
- # value="Banner.png",
104
- # show_label=False,
105
- # show_share_button=False,
106
- # show_download_button=False
107
- # )
108
 
109
  chatbot_interface = gr.ChatInterface(
110
  respond,
 
98
  response += token # Add it to the response
99
  yield response # yield the response:
100
 
101
+ with gr.Blocks(theme=custom_theme) as demo:
102
+ gr.Image(
103
+ value="Banner.png",
104
+ show_label=False,
105
+ show_share_button=False,
106
+ show_download_button=False
107
+ )
108
 
109
  chatbot_interface = gr.ChatInterface(
110
  respond,