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

Update app.py

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