sadickam commited on
Commit
5024b4e
·
verified ·
1 Parent(s): f758ece

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
 
9
  # Set page configuration
10
  st.set_page_config(
11
- page_title="Building Acoustics Analysis Tool",
12
  page_icon="🏫",
13
  initial_sidebar_state="expanded"
14
  )
@@ -192,8 +192,7 @@ def display_instructions():
192
  })
193
 
194
  instructions = """
195
- # Building Acoustics Analysis Tool
196
-
197
  ## Introduction
198
 
199
  Welcome to the Building Acoustics Analysis Tool. This application is designed to help you analyze the resolve
@@ -222,6 +221,9 @@ def display_instructions():
222
  6. **Intelligibility Noise Reduction**: Analyze noise reduction and its impact on sound pressure levels in the room.
223
 
224
  ## Instructions for Formatting Input Data
 
 
 
225
 
226
  ### Current Reverberation Times
227
 
 
8
 
9
  # Set page configuration
10
  st.set_page_config(
11
+ #page_title="Building Acoustics Analysis Tool",
12
  page_icon="🏫",
13
  initial_sidebar_state="expanded"
14
  )
 
192
  })
193
 
194
  instructions = """
195
+
 
196
  ## Introduction
197
 
198
  Welcome to the Building Acoustics Analysis Tool. This application is designed to help you analyze the resolve
 
221
  6. **Intelligibility Noise Reduction**: Analyze noise reduction and its impact on sound pressure levels in the room.
222
 
223
  ## Instructions for Formatting Input Data
224
+
225
+ Please note that the number 0, 1, 2, .... in the first column of the examples below are similar to the default
226
+ Excel line numbers. Therefore, DO NOT number the first columns of your data files.
227
 
228
  ### Current Reverberation Times
229