Jaward commited on
Commit
04f7032
1 Parent(s): a99a692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,8 +180,8 @@ def clear_history():
180
  return None, None, "Conversation history cleared."
181
 
182
  with gr.Blocks(css="style.css") as demo:
183
- gr.Markdown("# <center><b>Optimus Prime: Your Personal AI Voice Assistant with Speech Translation</b></center>")
184
- gr.Markdown("## <center><b>For speech translation, start with the phrase 'Please translate' followed by the speech you want to translate</b></center><br><br>")
185
 
186
  with gr.Row():
187
  with gr.Column(scale=1):
 
180
  return None, None, "Conversation history cleared."
181
 
182
  with gr.Blocks(css="style.css") as demo:
183
+ gr.Markdown("# <br><center><b>Optimus Prime: Your Personal AI Voice Assistant with Speech Translation</b></center>")
184
+ gr.Markdown("## <center><b>For speech translation, start with the phrase 'Please translate' followed by the speech you want to translate</b></center><br>")
185
 
186
  with gr.Row():
187
  with gr.Column(scale=1):