AEUPH commited on
Commit
465284d
·
verified ·
1 Parent(s): aa0cae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,8 +154,8 @@ class TemporalPredictionSystem:
154
  # Build the Markov chain with default corpus if fetch fails
155
  self.build_initial_markov_chain()
156
 
157
- # Initialize the system (or reinitialize if desired)
158
- self.initialize()
159
 
160
 
161
  def build_initial_markov_chain(self):
 
154
  # Build the Markov chain with default corpus if fetch fails
155
  self.build_initial_markov_chain()
156
 
157
+ # Initialize the system (or reinitialize if desired)
158
+ self.initialize()
159
 
160
 
161
  def build_initial_markov_chain(self):