rasmodev commited on
Commit
aa04331
·
verified ·
1 Parent(s): 2242cdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -194,13 +194,8 @@ def main():
194
  )
195
  st.table(input_df)
196
 
197
- except Exception as e:
198
- st.error(f"An error occurred: {e}")
199
-
200
- # Display Data Fields and Descriptions
201
- st.sidebar.title("🔍 Data Fields")
202
- for field, description in data_fields.items():
203
- st.sidebar.markdown(f"{field}: {description}")
204
 
205
  if __name__ == "__main__":
206
  main()
 
194
  )
195
  st.table(input_df)
196
 
197
+ except Exception as e:
198
+ st.error(f"An error occurred: {e}")
 
 
 
 
 
199
 
200
  if __name__ == "__main__":
201
  main()