Abbasid commited on
Commit
1b3b8a7
·
verified ·
1 Parent(s): 0b0ff56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text", # Use 'markdown' if logs might contain markdown
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
  )