Spaces:
Running
Running
Update app.py
Browse files
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():
|