arpit13 commited on
Commit
da65e6e
·
verified ·
1 Parent(s): 2ea6c40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()