MaksG commited on
Commit
f0ce94d
1 Parent(s): 9007f52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -132,6 +132,7 @@ with gr.Blocks() as demo:
132
  btn_classif = gr.Button("Categorize")
133
 
134
  with gr.Tab(" Personalised Charts Generation"):
 
135
  with gr.Row():
136
  dd_label1 = gr.Dropdown(label="Label 1", multiselect=False)
137
  dd_label2 = gr.Dropdown(label="Label 2", value="", multiselect=False)
@@ -139,7 +140,8 @@ with gr.Blocks() as demo:
139
  plt_figure = gr.Plot()
140
 
141
  with gr.Tab("Meeting Report (charts)"):
142
- #gr.Markdown("## 🚧 Actuellement en maintenance 🚧")
 
143
  with gr.Tab("Overall"):
144
  btn_overall = gr.Button("Overall Review")
145
  with gr.Tab("By Expert"):
 
132
  btn_classif = gr.Button("Categorize")
133
 
134
  with gr.Tab(" Personalised Charts Generation"):
135
+ gr.Markdown("### This section will create a chart using two columns of your choice")
136
  with gr.Row():
137
  dd_label1 = gr.Dropdown(label="Label 1", multiselect=False)
138
  dd_label2 = gr.Dropdown(label="Label 2", value="", multiselect=False)
 
140
  plt_figure = gr.Plot()
141
 
142
  with gr.Tab("Meeting Report (charts)"):
143
+ gr.Markdown("### This section will create a report using multiple charts with your columns")
144
+ gr.Markdown("Make sure you have an 'Expert', 'Source' and 'Status' column")
145
  with gr.Tab("Overall"):
146
  btn_overall = gr.Button("Overall Review")
147
  with gr.Tab("By Expert"):