Spaces:
Runtime error
Runtime error
Commit
·
d2002dd
1
Parent(s):
3b788fd
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,9 +49,8 @@ def chatbot(input_text):
|
|
| 49 |
iface = gr.Interface(fn=chatbot,
|
| 50 |
inputs=gr.components.Textbox(lines=7, label="Please share your query"),
|
| 51 |
outputs="html",
|
| 52 |
-
allow_flagging="manual",
|
| 53 |
-
|
| 54 |
-
flagging_callback=hf_writer,
|
| 55 |
title="Police Department, Andhra Pradesh: Cyber Bot for Citizen Query")
|
| 56 |
|
| 57 |
iface.launch()
|
|
|
|
| 49 |
iface = gr.Interface(fn=chatbot,
|
| 50 |
inputs=gr.components.Textbox(lines=7, label="Please share your query"),
|
| 51 |
outputs="html",
|
| 52 |
+
#allow_flagging="manual",
|
| 53 |
+
#flagging_callback=hf_writer,
|
|
|
|
| 54 |
title="Police Department, Andhra Pradesh: Cyber Bot for Citizen Query")
|
| 55 |
|
| 56 |
iface.launch()
|