Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css="""
|
|
116 |
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
|
117 |
}
|
118 |
""") as demo:
|
119 |
-
gr.Markdown("#
|
120 |
|
121 |
chat_display = gr.HTML(label="Conversation")
|
122 |
user_input = gr.Textbox(label="Type your message here:")
|
|
|
116 |
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
|
117 |
}
|
118 |
""") as demo:
|
119 |
+
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. """)
|
120 |
|
121 |
chat_display = gr.HTML(label="Conversation")
|
122 |
user_input = gr.Textbox(label="Type your message here:")
|