Update presets.py
Browse files- presets.py +1 -1
 
    	
        presets.py
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 2 | 
         
             
            import gradio as gr
         
     | 
| 3 | 
         | 
| 4 | 
         | 
| 5 | 
         
            -
            title = """<h1 align="left" style="min-width:200px; margin-top:0;">  
     | 
| 6 | 
         
             
            description_top = """\
         
     | 
| 7 | 
         
             
            <div align="left">
         
     | 
| 8 | 
         
             
            <p> Model: EleutherAI/gpt-neo-1.3B</p>
         
     | 
| 
         | 
|
| 2 | 
         
             
            import gradio as gr
         
     | 
| 3 | 
         | 
| 4 | 
         | 
| 5 | 
         
            +
            title = """<h1 align="left" style="min-width:200px; margin-top:0;"> Chat </h1>"""
         
     | 
| 6 | 
         
             
            description_top = """\
         
     | 
| 7 | 
         
             
            <div align="left">
         
     | 
| 8 | 
         
             
            <p> Model: EleutherAI/gpt-neo-1.3B</p>
         
     |