DipenDRangwani commited on
Commit
3ae0f23
·
verified ·
1 Parent(s): 4fe6840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -962,6 +962,7 @@ def display_query_results(result_df: pd.DataFrame):
962
  else:
963
  st.dataframe(result_df, use_container_width=True, height=300)
964
 
 
965
  # Run the main application
966
  if __name__ == "__main__":
967
  main()
 
962
  else:
963
  st.dataframe(result_df, use_container_width=True, height=300)
964
 
965
+
966
  # Run the main application
967
  if __name__ == "__main__":
968
  main()