Commit
·
9770656
1
Parent(s):
4fe20ae
update app
Browse files- app.py +7 -4
- ticket-predictions.csv +2 -5
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(css=custom_css) as app:
|
|
132 |
**Output:** Text results & downloadable CSV file.
|
133 |
**Model:** Fine-tuned **RoBERTa** for classification.
|
134 |
|
135 |
-
Enter ticket Description/Comment/Summary or upload a **CSV file** to predict Assigned
|
136 |
""",
|
137 |
elem_id="title"
|
138 |
)
|
@@ -185,9 +185,12 @@ with gr.Blocks(css=custom_css) as app:
|
|
185 |
|
186 |
# Footer view
|
187 |
gr.Markdown("---")
|
188 |
-
gr.
|
189 |
-
"
|
190 |
-
"
|
|
|
|
|
|
|
191 |
)
|
192 |
|
193 |
# Launch App
|
|
|
132 |
**Output:** Text results & downloadable CSV file.
|
133 |
**Model:** Fine-tuned **RoBERTa** for classification.
|
134 |
|
135 |
+
Enter ticket Description/Comment/Summary or upload a **CSV file** to predict Assigned Team & Team Email.
|
136 |
""",
|
137 |
elem_id="title"
|
138 |
)
|
|
|
185 |
|
186 |
# Footer view
|
187 |
gr.Markdown("---")
|
188 |
+
gr.HTML(
|
189 |
+
"""
|
190 |
+
<div style="text-align: center; color: gray; padding-top: 10px;">
|
191 |
+
<p>Developed by NYP student @ Min Thein Win: Student ID: 3907578Y</p>
|
192 |
+
</div>
|
193 |
+
"""
|
194 |
)
|
195 |
|
196 |
# Launch App
|
ticket-predictions.csv
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
Index,Description,Assigned Team,Team Email
|
2 |
-
1,
|
3 |
-
2,
|
4 |
-
3,High CPU utilization leading to system overheating and slow performance.,Performance Team,[email protected]
|
5 |
-
4,System crashes due to misconfigured runtime environments.,Infrastructure Team,[email protected]
|
6 |
-
5,Unauthorized access detected in restricted sections of the application.,Security Team,[email protected]
|
|
|
1 |
Index,Description,Assigned Team,Team Email
|
2 |
+
1,Security token not refreshing correctly after expiry.,Code Review Team,[email protected]
|
3 |
+
2,Injecting attack possible due to improper input validation,Security Team,security[email protected]
|
|
|
|
|
|