Chenzhou commited on
Commit
d2d3ba1
1 Parent(s): a642d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
86
  + title
87
  + "</h1>")
88
- gr.Markdown(description)
89
  with gr.Row():
90
  with gr.Column():
91
  inputs = gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
 
85
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
86
  + title
87
  + "</h1>")
88
+ gr.Markdown(description)
89
  with gr.Row():
90
  with gr.Column():
91
  inputs = gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),