fredcaixeta commited on
Commit
dd4e4ff
·
1 Parent(s): 1d7ab06
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ if __name__ == "__main__":
156
  gr.Markdown("_Last updated: Live_", elem_classes="status-badge")
157
 
158
  with gr.Tab("CSV Source Data", id=2):
159
- gr.Markdown("### Data consulted by the Agent\nStatic view (100 lines) from pre loaded dataset.", elem_classes=["section-title"])
160
  meta = gr.Markdown(value=_df_meta)
161
  df_view = gr.Dataframe(
162
  value=_df_preview,
 
156
  gr.Markdown("_Last updated: Live_", elem_classes="status-badge")
157
 
158
  with gr.Tab("CSV Source Data", id=2):
159
+ gr.Markdown("### Data consulted by the Agent\nStatic view (100 lines) from preloaded dataset.", elem_classes=["section-title"])
160
  meta = gr.Markdown(value=_df_meta)
161
  df_view = gr.Dataframe(
162
  value=_df_preview,