deepakbatham572 commited on
Commit
125add4
·
verified ·
1 Parent(s): 02b3667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  from langchain.llms import HuggingFaceEndpoint
4
 
5
  st.set_page_config(page_title = "Langchain Chatbot" , page_icon = ":robot:")
6
- st.setheader("Langchain Demo")
7
 
8
 
9
  def get_text():
 
3
  from langchain.llms import HuggingFaceEndpoint
4
 
5
  st.set_page_config(page_title = "Langchain Chatbot" , page_icon = ":robot:")
6
+ st.header("Langchain Demo")
7
 
8
 
9
  def get_text():