karths commited on
Commit
60c708b
·
verified ·
1 Parent(s): 92b2ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -145,13 +145,8 @@ def render_html_output(top_qualities):
145
  return styles + html_content
146
 
147
  example_texts = [
148
-
149
- ["Identified a potential SQL injection vulnerability within the user login page. Attackers could potentially access sensitive user data without authorization. The issue was discovered during routine security audits.\n\nEnvironment: Web app version 2.3, Firefox 78, Windows 10\nReproduction: Submitting specially crafted SQL code into the username field."],
150
- ["The mobile app crashes when trying to sync large files from cloud storage. This affects both user satisfaction and data integrity, pointing towards an issue with memory management or threading.\n\nEnvironment: Mobile app version 3.4, iOS 13, iPhone X\nReproduction: Syncing more than 50 files, each over 5MB in size."],
151
- ["User interface inconsistencies across different modules of the software, affecting the learning curve and overall user satisfaction. Some settings reset unexpectedly, requiring frequent readjustments by users.\n\nEnvironment: Desktop app version 2.1, Ubuntu 20.04, Gnome\nReproduction: Adjust settings in the preferences panel, navigate away, and return."],
152
- ["Issues with newer operating systems. The application fails to start or crashes shortly after launch, likely due to deprecated libraries.\n\nEnvironment: Desktop app version 1.8, Windows 11\nReproduction: Install on a system running Windows 11, attempt to launch the application."],
153
-
154
- ["The application does not properly adjust to different screen resolutions and operating systems, resulting in UI elements being misplaced or not fully visible. This issue affects user engagement on various devices.\n\nEnvironment: Web app version 4.2, tested on Chrome 88, Firefox 85 on both Windows 10 and macOS Big Sur\nReproduction: Open the application in browsers at screen resolutions ranging from 800x600 to 2560x1440."],
155
 
156
  ]
157
 
 
145
  return styles + html_content
146
 
147
  example_texts = [
148
+
149
+ ["Issues with newer operating systems. The application fails to start or crashes shortly after launch, likely due to deprecated libraries.\n\nEnvironment: Desktop app version 1.8, Windows 11\nReproduction: Install on a system running Windows 11, attempt to launch the application."]
 
 
 
 
 
150
 
151
  ]
152