muellerzr HF staff commited on
Commit
160914e
1 Parent(s): 930c28a

Use explanation instead

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
36
  out = gr.Markdown(default[0])
37
  with gr.Row():
38
  with gr.Column():
39
- gr.Markdown(default[1])
40
  explanation = gr.Markdown(default[2])
41
  with gr.Row():
42
  with gr.Column():
 
36
  out = gr.Markdown(default[0])
37
  with gr.Row():
38
  with gr.Column():
39
+ gr.Markdown("## Explanation")
40
  explanation = gr.Markdown(default[2])
41
  with gr.Row():
42
  with gr.Column():