Niranjana commited on
Commit
ba52786
1 Parent(s): 7370a0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ if file_name is not None:
22
  with st.spinner():
23
  if(st.button('Answer')):
24
  answer = tqa(table=df, query=question,truncation=True)
25
- st.markdown("<p style='font-family:sans-serif;font-size: 0.5rem;'> Results </p>",unsafe_allow_html = True)
26
  st.success(answer)
27
 
28
- st.markdown("<p style='font-family:sans-serif;font-size: 0.5rem;'> Data </p>",unsafe_allow_html = True)
29
  st.table(df)
 
22
  with st.spinner():
23
  if(st.button('Answer')):
24
  answer = tqa(table=df, query=question,truncation=True)
25
+ st.markdown("<p style='font-family:sans-serif;font-size: 0.9rem;'> Results </p>",unsafe_allow_html = True)
26
  st.success(answer)
27
 
28
+ st.markdown("<p style='font-family:sans-serif;font-size: 0.9rem;'> Data </p>",unsafe_allow_html = True)
29
  st.table(df)