arpit13 commited on
Commit
309f98f
·
verified ·
1 Parent(s): 4abb58b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# Chatbot with Enhanced UI and User-Friendly Formatting")
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:")