taufiqdp commited on
Commit
b4b1619
·
1 Parent(s): 55383b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ with open("example.txt") as f:
29
 
30
  with gr.Blocks() as app:
31
  def chat(text):
32
- f = open('dump.txt', 'a')
33
  try:
34
  response = palm.generate_text(
35
  **defaults,
 
29
 
30
  with gr.Blocks() as app:
31
  def chat(text):
32
+ f = open('/dump.txt', 'a')
33
  try:
34
  response = palm.generate_text(
35
  **defaults,