ArturG9 commited on
Commit
c812fc2
1 Parent(s): 8f9e4c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -70,16 +70,16 @@ def main():
70
 
71
 
72
  class GraphState(TypedDict):
73
- """
74
- Represents the state of our graph.
75
-
76
- Attributes:
77
- question: question
78
- generation: LLM generation
79
- search: whether to add search
80
- documents: list of documents
81
- generations_count : generations count
82
- """
83
 
84
  question: str
85
  generation: str
 
70
 
71
 
72
  class GraphState(TypedDict):
73
+ """
74
+ Represents the state of our graph.
75
+
76
+ Attributes:
77
+ question: question
78
+ generation: LLM generation
79
+ search: whether to add search
80
+ documents: list of documents
81
+ generations_count : generations count
82
+ """
83
 
84
  question: str
85
  generation: str