kmfoda commited on
Commit
70c3dc2
1 Parent(s): 1548d6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with demo:
116
  with gr.Row():
117
  table_1 = gr.Dataframe(pd.DataFrame(final_total_results))
118
  with gr.Row():
119
- title = gr.Markdown(value=f"""# <p style="text-align: center;"> Top 5 N/As</p>""")
120
  with gr.Row():
121
  table_2 = gr.Dataframe(df)
122
  # with gr.Row(visible = False):
 
116
  with gr.Row():
117
  table_1 = gr.Dataframe(pd.DataFrame(final_total_results))
118
  with gr.Row():
119
+ title = gr.Markdown(value=f"""# <p style="text-align: center;"> Analysis of top 5 N/As</p>""")
120
  with gr.Row():
121
  table_2 = gr.Dataframe(df)
122
  # with gr.Row(visible = False):