vsrinivas commited on
Commit
ae2184a
·
verified ·
1 Parent(s): 995c00e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -246,7 +246,8 @@ def create_participant_row(i, language_choices):
246
  # Main dynamic Gradio interface
247
  def create_gradio_interface(n_participants, language_choices):
248
  with gr.Blocks() as demo:
249
- gr.Markdown("# LinguaPolis: Bridging Languages, Uniting Teams Globally - Multilingual Conference Call Simulation")
 
250
 
251
  video_inputs = []
252
  language_dropdowns = []
 
246
  # Main dynamic Gradio interface
247
  def create_gradio_interface(n_participants, language_choices):
248
  with gr.Blocks() as demo:
249
+ gr.Markdown("""# LinguaPolis: Bridging Languages, Uniting Teams Globally - Multilingual Conference Call Simulation
250
+ ## Record your video or upload your video and press the corresponding Submit button at the bottom""")
251
 
252
  video_inputs = []
253
  language_dropdowns = []