CEKA-AGAPES commited on
Commit
3c75934
·
verified ·
1 Parent(s): e6b4bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
91
  show_download_button=False
92
  )
93
  '''
94
- gr.html(
95
  value = '<img src="https://huggingface.co/spaces/rizoa-auchan-hack/hack/resolve/main/logo_rizoa_auchan.jpg">'
96
  )
97
  with gr.Column(scale=4):
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
144
 
145
  gr.Markdown(""" ### Ask a question """)
146
 
147
- chatbot = gr.Chatbot()
148
  msg = gr.Textbox(placeholder=PLACEHOLDER)
149
  clear = gr.ClearButton([msg, chatbot])
150
 
 
91
  show_download_button=False
92
  )
93
  '''
94
+ gr.Html(
95
  value = '<img src="https://huggingface.co/spaces/rizoa-auchan-hack/hack/resolve/main/logo_rizoa_auchan.jpg">'
96
  )
97
  with gr.Column(scale=4):
 
144
 
145
  gr.Markdown(""" ### Ask a question """)
146
 
147
+ chatbot = gr.Chatbot().
148
  msg = gr.Textbox(placeholder=PLACEHOLDER)
149
  clear = gr.ClearButton([msg, chatbot])
150