Yashvj123 commited on
Commit
97ab694
·
verified ·
1 Parent(s): 0a5e3c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ if uploaded_file:
227
 
228
  chain = LLMChain(llm=llm, prompt=prompt)
229
 
230
- response = ""
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"):