Update app.py
Browse files
app.py
CHANGED
@@ -96,5 +96,5 @@ if True==False:
|
|
96 |
presence_penalty=0,
|
97 |
stop=None)
|
98 |
|
99 |
-
# Run the chain only specifying the input
|
100 |
st.write(response)
|
|
|
96 |
presence_penalty=0,
|
97 |
stop=None)
|
98 |
|
99 |
+
# Run the chain only specifying the input .
|
100 |
st.write(response)
|