mimbres commited on
Commit
acd319f
·
verified ·
1 Parent(s): fe0db94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ css = """
175
  """
176
 
177
  with gr.Blocks(theme=theme, css=css) as demo:
178
-
179
  Log(log_file, dark=True, xterm_font_size=12)
180
 
181
  with gr.Row():
 
175
  """
176
 
177
  with gr.Blocks(theme=theme, css=css) as demo:
178
+ log_file = 'amt/log.txt'
179
  Log(log_file, dark=True, xterm_font_size=12)
180
 
181
  with gr.Row():