Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -295,7 +295,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo: # Hides the default f
|
|
295 |
# Use gr.Code for better formatting of logs, especially if they contain code blocks
|
296 |
reasoning_output = gr.Code(
|
297 |
label="Reasoning Log",
|
298 |
-
language="
|
299 |
interactive=False,
|
300 |
lines=20
|
301 |
)
|
|
|
295 |
# Use gr.Code for better formatting of logs, especially if they contain code blocks
|
296 |
reasoning_output = gr.Code(
|
297 |
label="Reasoning Log",
|
298 |
+
language="markdown", # Use 'markdown' if logs might contain markdown
|
299 |
interactive=False,
|
300 |
lines=20
|
301 |
)
|