Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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;">
|
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):
|