hertogateis commited on
Commit
e72b6dc
·
verified ·
1 Parent(s): 2279e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ else:
71
  else:
72
  # Use TAPAS model to process the question
73
  result = tqa(table=df, query=question)
74
-
75
  # Display the raw output from TAPAS
76
  st.write("TAPAS Raw Output (Response):")
77
  st.write(result) # This will display the raw output from TAPAS
 
71
  else:
72
  # Use TAPAS model to process the question
73
  result = tqa(table=df, query=question)
74
+
75
  # Display the raw output from TAPAS
76
  st.write("TAPAS Raw Output (Response):")
77
  st.write(result) # This will display the raw output from TAPAS