Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,6 +92,7 @@ css = """
|
|
92 |
with gr.Blocks(css=css) as ai_chat:
|
93 |
gr.HTML("<h1><center>AI Conversation<h1><center>")
|
94 |
gr.HTML("<h3><center>How can I help you? You can converse with me and say more💬<h3><center>")
|
|
|
95 |
gr.HTML("<h3><center>Have a wonderful day! 📚<h3><center>")
|
96 |
gr.ChatInterface(
|
97 |
generate,
|
|
|
92 |
with gr.Blocks(css=css) as ai_chat:
|
93 |
gr.HTML("<h1><center>AI Conversation<h1><center>")
|
94 |
gr.HTML("<h3><center>How can I help you? You can converse with me and say more💬<h3><center>")
|
95 |
+
gr.HTML("<h3><center>To try, select an example below and hit submit<h3><center>")
|
96 |
gr.HTML("<h3><center>Have a wonderful day! 📚<h3><center>")
|
97 |
gr.ChatInterface(
|
98 |
generate,
|