Aymeric Roucher commited on
Commit
047048a
1 Parent(s): e305056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -63,10 +63,8 @@ def chunk(text, words, splitter_selection):
63
 
64
  ESSAY = """Chapter 6
65
 
66
-
67
  WHAT SORT OF DESPOTISM DEMOCRATIC NATIONS HAVE TO FEAR
68
 
69
-
70
  I had remarked during my stay in the United States that a democratic state of society, similar to that of the Americans, might offer singular facilities for the establishment of despotism; and I perceived, upon my return to Europe, how much use had already been made, by most of our rulers, of the notions, the sentiments, and the wants created by this same social condition, for the purpose of extending the circle of their power. This led me to think that the nations of Christendom would perhaps eventually undergo some oppression like that which hung over several of the nations of the ancient world.
71
 
72
  A more accurate examination of the subject, and five years of further meditation, have not diminished my fears, but have changed their object.
@@ -99,8 +97,6 @@ df_train.to_parquet("hf://datasets/username/my_dataset/train.parquet")
99
  df_valid.to_parquet("hf://datasets/username/my_dataset/validation.parquet")
100
  df_test .to_parquet("hf://datasets/username/my_dataset/test.parquet")
101
  ```
102
-
103
-
104
  """
105
 
106
 
 
63
 
64
  ESSAY = """Chapter 6
65
 
 
66
  WHAT SORT OF DESPOTISM DEMOCRATIC NATIONS HAVE TO FEAR
67
 
 
68
  I had remarked during my stay in the United States that a democratic state of society, similar to that of the Americans, might offer singular facilities for the establishment of despotism; and I perceived, upon my return to Europe, how much use had already been made, by most of our rulers, of the notions, the sentiments, and the wants created by this same social condition, for the purpose of extending the circle of their power. This led me to think that the nations of Christendom would perhaps eventually undergo some oppression like that which hung over several of the nations of the ancient world.
69
 
70
  A more accurate examination of the subject, and five years of further meditation, have not diminished my fears, but have changed their object.
 
97
  df_valid.to_parquet("hf://datasets/username/my_dataset/validation.parquet")
98
  df_test .to_parquet("hf://datasets/username/my_dataset/test.parquet")
99
  ```
 
 
100
  """
101
 
102