Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|