EE21 commited on
Commit
9afea77
·
1 Parent(s): 8a84637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def main():
27
  # Left column: Radio buttons for summarizer choice
28
  with col1:
29
  radio_options = ['Abstractive', 'Extractive', 'Keyword Extraction', 'Keyphrase Extraction']
30
- radio_selection = st.radio("Choose type of summarizer:", radio_options)
31
 
32
  # Middle column: Text input and File uploader
33
  with col2:
 
27
  # Left column: Radio buttons for summarizer choice
28
  with col1:
29
  radio_options = ['Abstractive', 'Extractive', 'Keyword Extraction', 'Keyphrase Extraction']
30
+ radio_selection = st.radio("Choose type of summarizer:", radio_options, help="Das ist ein test")
31
 
32
  # Middle column: Text input and File uploader
33
  with col2: