Update emmessage.py
Browse files- emmessage.py +1 -1
emmessage.py
CHANGED
@@ -65,7 +65,7 @@ iface = gr.Interface(
|
|
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()
|
71 |
|
|
|
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. NOTE: this is the original experimental bot and is not designed for use in actual emergencies.",
|
69 |
article="All input and output will be saved for research purposes.").launch()
|
70 |
iface.launch()
|
71 |
|