Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(css="""
|
|
145 |
text-align: center;
|
146 |
}
|
147 |
""") as demo:
|
148 |
-
gr.Markdown("# Mom: We have ChatGPT at Home, \n ChatGPT at Home:")
|
149 |
|
150 |
# Chatbot UI
|
151 |
chatbot_ui = gr.Chatbot()
|
|
|
145 |
text-align: center;
|
146 |
}
|
147 |
""") as demo:
|
148 |
+
gr.Markdown("""# Mom: We have ChatGPT at Home, \n ChatGPT at Home: Feel free to ask questions. After you're done, remember to clear the history for privacy. """)
|
149 |
|
150 |
# Chatbot UI
|
151 |
chatbot_ui = gr.Chatbot()
|