tykiww commited on
Commit
6eb3fe4
·
verified ·
1 Parent(s): 075f4a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def main(conf):
31
  label="Number of Speakers",
32
  value=2)
33
  speaker_names = gr.Dataframe(
34
- label="Type your names and details. Hit Return to create a new row.",
35
  headers=["Name", "Supporting Details"],
36
  datatype=["str", "str"],
37
  row_count=(5,"fixed"),
 
31
  label="Number of Speakers",
32
  value=2)
33
  speaker_names = gr.Dataframe(
34
+ label="Type your names and details. Your actual entries will be limited to the speakers you selected above.",
35
  headers=["Name", "Supporting Details"],
36
  datatype=["str", "str"],
37
  row_count=(5,"fixed"),