Acknowledge BA thesis
Browse files
    	
        app.py
    CHANGED
    
    | @@ -73,6 +73,10 @@ with gr.Blocks(title="Romansh Idiom Classifier") as demo: | |
| 73 | 
             
                gr.Markdown("# Romansh Idiom Classifier")
         | 
| 74 | 
             
                gr.Markdown("Enter Romansh text to classify which idiom/variety it belongs to.")
         | 
| 75 |  | 
|  | |
|  | |
|  | |
|  | |
| 76 | 
             
                with gr.Row():
         | 
| 77 | 
             
                    with gr.Column():
         | 
| 78 | 
             
                        text_input = gr.Textbox(
         | 
|  | |
| 73 | 
             
                gr.Markdown("# Romansh Idiom Classifier")
         | 
| 74 | 
             
                gr.Markdown("Enter Romansh text to classify which idiom/variety it belongs to.")
         | 
| 75 |  | 
| 76 | 
            +
                gr.Markdown("""
         | 
| 77 | 
            +
                Classification system is based on the following Bachelor's thesis: [Rumantsch Idiom Identification: Building an Automatic Language Identification System](https://seafile.ifi.uzh.ch/f/96df2a17539546e7a192/) (Charlotte Model, 2025).
         | 
| 78 | 
            +
                """)
         | 
| 79 | 
            +
                
         | 
| 80 | 
             
                with gr.Row():
         | 
| 81 | 
             
                    with gr.Column():
         | 
| 82 | 
             
                        text_input = gr.Textbox(
         |