Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ if uploaded_file:
|
|
227 |
|
228 |
chain = LLMChain(llm=llm, prompt=prompt)
|
229 |
|
230 |
-
|
231 |
hindi_text = ""
|
232 |
|
233 |
if st.button("🔍 Analyze Extracted Text"):
|
|
|
227 |
|
228 |
chain = LLMChain(llm=llm, prompt=prompt)
|
229 |
|
230 |
+
filtered_output = ""
|
231 |
hindi_text = ""
|
232 |
|
233 |
if st.button("🔍 Analyze Extracted Text"):
|