Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -47,7 +47,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h | |
| 47 | 
             
            demo = gr.ChatInterface(
         | 
| 48 | 
             
                respond,
         | 
| 49 |  | 
| 50 | 
            -
                
         | 
| 51 |  | 
| 52 | 
             
                additional_inputs=[
         | 
| 53 | 
             
                    gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
         | 
|  | |
| 47 | 
             
            demo = gr.ChatInterface(
         | 
| 48 | 
             
                respond,
         | 
| 49 |  | 
| 50 | 
            +
                title="Hi Elli",
         | 
| 51 |  | 
| 52 | 
             
                additional_inputs=[
         | 
| 53 | 
             
                    gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
         |