zahraa12355 commited on
Commit
821d10c
·
verified ·
1 Parent(s): eb0b40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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()