Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,3 @@ with gr.Blocks() as demo:
|
|
117 |
msg.submit(process_input, inputs=[msg, state], outputs=[chatbot, msg, state])
|
118 |
|
119 |
demo.launch()
|
120 |
-
|
121 |
-
with open("my_data.txt", "w", encoding="utf-8") as f:
|
122 |
-
f.write("Hello! This is my nino bot text file.\nYou can use this as a data source.")
|
|
|
117 |
msg.submit(process_input, inputs=[msg, state], outputs=[chatbot, msg, state])
|
118 |
|
119 |
demo.launch()
|
|
|
|
|
|