Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -30,7 +30,7 @@ def generate(starting_text): | |
| 30 | 
             
                if response_end != "":
         | 
| 31 | 
             
                    return response_end
         | 
| 32 |  | 
| 33 | 
            -
            st.title("Stable Diffusion Prompt  | 
| 34 |  | 
| 35 | 
             
            st.markdown("This is a web app for [this](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion) model trained by Gustavosta for Stable Diffusion to create a Prompt from a few words. You can submit your own text or select from provided examples.")
         | 
| 36 |  | 
|  | |
| 30 | 
             
                if response_end != "":
         | 
| 31 | 
             
                    return response_end
         | 
| 32 |  | 
| 33 | 
            +
            st.title("Stable Diffusion Prompt Generator")
         | 
| 34 |  | 
| 35 | 
             
            st.markdown("This is a web app for [this](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion) model trained by Gustavosta for Stable Diffusion to create a Prompt from a few words. You can submit your own text or select from provided examples.")
         | 
| 36 |  | 
