Spaces:
Sleeping
Sleeping
MerlenMaven
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ if __name__ == "__main__":
|
|
258 |
|
259 |
# Gradio interface
|
260 |
with gr.Blocks() as interface:
|
261 |
-
gr.Markdown("<
|
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")
|