Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,6 @@ if st.button("Run"):
|
|
90 |
top_p=float(top_p))
|
91 |
result2 = []
|
92 |
text = str(text)
|
93 |
-
result = result.replace(text, "")
|
94 |
for i in result:
|
95 |
i = i.replace(text, "")
|
96 |
result2.append(i)
|
|
|
90 |
top_p=float(top_p))
|
91 |
result2 = []
|
92 |
text = str(text)
|
|
|
93 |
for i in result:
|
94 |
i = i.replace(text, "")
|
95 |
result2.append(i)
|