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