skmiller commited on
Commit
0dfa860
·
verified ·
1 Parent(s): b52b170

Update emmessage.py

Browse files
Files changed (1) hide show
  1. emmessage.py +1 -1
emmessage.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
64
  inputs=[gr.Textbox(label="Describe the warning here", lines=4)],
65
  outputs=[gr.Textbox(label="Suggested Message", lines=4)],
66
  allow_flagging="never",
67
- title="WEA Emergency Message Assistant - NOTE- this is the original experimental bot and is not designed for use in actual emergencies.",
68
  description="Hello. I'm Emmy your emergency messaging bot. Please describe the message you would like me to generate.",
69
  article="All input and output will be saved for research purposes.").launch()
70
  iface.launch()
 
64
  inputs=[gr.Textbox(label="Describe the warning here", lines=4)],
65
  outputs=[gr.Textbox(label="Suggested Message", lines=4)],
66
  allow_flagging="never",
67
+ title="WEA Emergency Message Assistant",
68
  description="Hello. I'm Emmy your emergency messaging bot. Please describe the message you would like me to generate.",
69
  article="All input and output will be saved for research purposes.").launch()
70
  iface.launch()