Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
|
|
| 91 |
show_download_button=False
|
| 92 |
)
|
| 93 |
'''
|
| 94 |
-
gr.
|
| 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 |
|