MerlenMaven commited on
Commit
67d7c6c
·
verified ·
1 Parent(s): 306a72c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ if __name__ == "__main__":
258
 
259
  # Gradio interface
260
  with gr.Blocks() as interface:
261
- gr.Markdown("<h1 style='text-align:center;'>PainSense: AI-Driven Pain Detection and Chatbot Assistance</h1>")
262
  with gr.Row():
263
  with gr.Column(scale=1):
264
  file_input = gr.File(label="Upload Audio or Video File")
 
258
 
259
  # Gradio interface
260
  with gr.Blocks() as interface:
261
+ gr.Markdown("""<div style="text-align:center; margin-top:20px;"><h1>PainSense: AI-Driven Pain Detection and Chatbot Assistance</h1></div>""")
262
  with gr.Row():
263
  with gr.Column(scale=1):
264
  file_input = gr.File(label="Upload Audio or Video File")