Ahmed235 commited on
Commit
bcb2ab6
·
verified ·
1 Parent(s): db5a8ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ iface = gr.Interface(
66
  inputs=gr.File(type="filepath", label="Upload PowerPoint (.pptx) file"),
67
  outputs=["text", "text", "text"], # Predicted Label, Evaluation, Summary
68
  live=False, # Change to True for one-time analysis
69
- title="<h1 style='color: lightgreen; text-align: center;'>PPTX Analyzer</h1>",
70
  )
71
 
72
  # Deploy the Gradio interface
 
66
  inputs=gr.File(type="filepath", label="Upload PowerPoint (.pptx) file"),
67
  outputs=["text", "text", "text"], # Predicted Label, Evaluation, Summary
68
  live=False, # Change to True for one-time analysis
69
+ title="<h1 style='color: lightgreen; text-align: center;'>HackTalk Analyzer</h1>",
70
  )
71
 
72
  # Deploy the Gradio interface