Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
|
4 |
-
title = "Have Fun With
|
5 |
description = """
|
6 |
<p>
|
7 |
<center>
|
8 |
-
The bot is
|
9 |
-
<img src="https://huggingface.co/spaces/MJ/AI-ChatBot/
|
10 |
</center>
|
11 |
</p>
|
12 |
"""
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
|
4 |
+
title = "Have Fun With MJ_Bot"
|
5 |
description = """
|
6 |
<p>
|
7 |
<center>
|
8 |
+
The bot is for TBD.
|
9 |
+
<img src="https://huggingface.co/spaces/MJ/AI-ChatBot/resolve/main/imgs/ideogram%20(20).jpeg" alt="rick" width="250"/>
|
10 |
</center>
|
11 |
</p>
|
12 |
"""
|