Spaces:
Runtime error
Runtime error
peter szemraj
commited on
Commit
·
cfc1783
1
Parent(s):
74f30e9
bug
Browse files
app.py
CHANGED
|
@@ -188,7 +188,7 @@ if __name__ == "__main__":
|
|
| 188 |
"The intended use of this model is to provide suggestions to _auto-complete_ the rest of your email. Said another way, it should serve as a **tool to write predictable emails faster**. It is not intended to write entire emails from scratch; at least **some input** is required to guide the direction of the model.\n\nPlease verify any suggestions by the model for A) False claims and B) negation statements **before** accepting/sending something."
|
| 189 |
)
|
| 190 |
gr.Markdown("---")
|
| 191 |
-
clear_button.
|
| 192 |
fn=clear,
|
| 193 |
input_text=[prompt_text],
|
| 194 |
output_text=[prompt_text],
|
|
|
|
| 188 |
"The intended use of this model is to provide suggestions to _auto-complete_ the rest of your email. Said another way, it should serve as a **tool to write predictable emails faster**. It is not intended to write entire emails from scratch; at least **some input** is required to guide the direction of the model.\n\nPlease verify any suggestions by the model for A) False claims and B) negation statements **before** accepting/sending something."
|
| 189 |
)
|
| 190 |
gr.Markdown("---")
|
| 191 |
+
clear_button.click(
|
| 192 |
fn=clear,
|
| 193 |
input_text=[prompt_text],
|
| 194 |
output_text=[prompt_text],
|