sahilnishad commited on
Commit
5f7f5ce
1 Parent(s): 7972c0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ if uploaded_file is not None and question:
45
  with st.spinner("Generating answer..."):
46
  answer = get_answer("<DocVQA>", question, image)
47
 
48
- st.write("**Answer:**", answer)
 
45
  with st.spinner("Generating answer..."):
46
  answer = get_answer("<DocVQA>", question, image)
47
 
48
+ st.write("**Answer:**", answer)