Update app.py
Browse files
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 = []
|