Update app.py
Browse files
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;'>
|
| 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
|