Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,18 +18,16 @@ from process_input import encode_labels
|
|
18 |
|
19 |
|
20 |
sample_list = []
|
21 |
-
example1 = f"""The aim of this study was to
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
The
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
Normalization of negative T waves during the follow-up appears more strictly related to recovery of regional dysfunction than QRS changes.
|
32 |
-
Lack of resolution and late appearance of new negative T predict unfavorable remodeling with progressive deterioration of ventricular function."""
|
33 |
sample_list.append(example1)
|
34 |
|
35 |
def format_non_empty_lists(objective, background, methods, results, conclusion):
|
|
|
18 |
|
19 |
|
20 |
sample_list = []
|
21 |
+
example1 = f"""The aim of this study was to verify in bruxism patients the possible efficacy of auricular stimulation in reducing the hypertonicity of some masticatory muscles.
|
22 |
+
Forty-three bruxism patients were randomly allocated to 3 groups : acupuncture , needle contact for 10 seconds , no treatment ( control ).
|
23 |
+
Helkimo 's clinical dysfunction index ( CDI ) and anamnestic dysfunction index ( ADI ) were used to assess the functional state of the masticatory system.
|
24 |
+
The resting electrical activity of the anterior temporalis ( AT ) , masseter ( MM ) , digastric ( DA ) and sternocleidomastoid ( SCM ) muscles was measured , according to Jankelson , with surface electrodes at baseline , after stimulation and continually for 30 minutes ( 120 measurements in total ).
|
25 |
+
The electromyographical variations in the 3 groups were studied with t test for independent samples.
|
26 |
+
Acupuncture and needle contact were superior to control in reducing the muscle hypertonicity of all muscles except SCM.
|
27 |
+
In the comparison between acupuncture and needle contact the former showed better results only for the right TA and left DA ( p = 0.000 ).
|
28 |
+
In this study it was possible to measure the efficacy of the stimulation of only one point or area , which is an ideal model for research in acupuncture.
|
29 |
+
The auricular area we chose for stimulation was never used before for the purpose of relaxing masticatory muscles.
|
30 |
+
Acupuncture and needle contact for 10 seconds showed similar effects."""
|
|
|
|
|
31 |
sample_list.append(example1)
|
32 |
|
33 |
def format_non_empty_lists(objective, background, methods, results, conclusion):
|