Update app.py
Browse files
app.py
CHANGED
|
@@ -3781,7 +3781,7 @@ footer_content = """
|
|
| 3781 |
</div>
|
| 3782 |
"""
|
| 3783 |
|
| 3784 |
-
with gr.Blocks(title="BATB Acroquest"css=css) as demo:
|
| 3785 |
gr.HTML(html_content)
|
| 3786 |
gr.Interface(
|
| 3787 |
fn=chatbot_interface,
|
|
|
|
| 3781 |
</div>
|
| 3782 |
"""
|
| 3783 |
|
| 3784 |
+
with gr.Blocks(title="BATB Acroquest",css=css) as demo:
|
| 3785 |
gr.HTML(html_content)
|
| 3786 |
gr.Interface(
|
| 3787 |
fn=chatbot_interface,
|