Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Added link to tutorial
Browse filesAdded link to tutorial.
    	
        app.py
    CHANGED
    
    | @@ -96,6 +96,7 @@ st.sidebar.write(f"You're now chatting with **{selected_model}**") | |
| 96 | 
             
            st.sidebar.markdown(model_info[selected_model]['description'])
         | 
| 97 | 
             
            st.sidebar.image(model_info[selected_model]['logo'])
         | 
| 98 | 
             
            st.sidebar.markdown("*Generated content may be inaccurate or false.*")
         | 
|  | |
| 99 | 
             
            st.sidebar.markdown("\nRun into issues? Try the [back-up](https://huggingface.co/spaces/ngebodh/SimpleChatbot-Backup).")
         | 
| 100 |  | 
| 101 |  | 
|  | |
| 96 | 
             
            st.sidebar.markdown(model_info[selected_model]['description'])
         | 
| 97 | 
             
            st.sidebar.image(model_info[selected_model]['logo'])
         | 
| 98 | 
             
            st.sidebar.markdown("*Generated content may be inaccurate or false.*")
         | 
| 99 | 
            +
            st.sidebar.markdown("\nLearn how to build this chatbot [here](https://ngebodh.github.io/projects/2024-03-05/).")
         | 
| 100 | 
             
            st.sidebar.markdown("\nRun into issues? Try the [back-up](https://huggingface.co/spaces/ngebodh/SimpleChatbot-Backup).")
         | 
| 101 |  | 
| 102 |  | 
