Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,10 +116,10 @@ with gr.Blocks(css="""
|
|
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:
|
120 |
|
121 |
chat_display = gr.HTML(label="Conversation")
|
122 |
-
user_input = gr.Textbox(label="Type your message here:")
|
123 |
clear_button = gr.Button("Clear History")
|
124 |
system_message = gr.Textbox(label="System Message", interactive=False)
|
125 |
|
|
|
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: """)
|
120 |
|
121 |
chat_display = gr.HTML(label="Conversation")
|
122 |
+
user_input = gr.Textbox(label="Type your message here: Feel free to ask questions. After you're done, remember to clear the history for privacy. ")
|
123 |
clear_button = gr.Button("Clear History")
|
124 |
system_message = gr.Textbox(label="System Message", interactive=False)
|
125 |
|