codes4aryan commited on
Commit
d25da94
·
1 Parent(s): 7497946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,5 +1,3 @@
1
- #Hello! It seems like you want to import the Streamlit library in Python. Streamlit is a powerful open-source framework used for building web applications with interactive data visualizations and machine learning models. To import Streamlit, you'll need to ensure that you have it installed in your Python environment.
2
- #Once you have Streamlit installed, you can import it into your Python script using the import statement,
3
 
4
  import streamlit as st
5
 
@@ -15,7 +13,7 @@ def load_answer(question):
15
 
16
  #App UI starts here
17
  st.set_page_config(page_title="Aryan's Q&A Chatbot", page_icon=":robot:")
18
- st.header("LangChain Demo")
19
 
20
  #Gets the user input
21
  def get_text():
 
 
 
1
 
2
  import streamlit as st
3
 
 
13
 
14
  #App UI starts here
15
  st.set_page_config(page_title="Aryan's Q&A Chatbot", page_icon=":robot:")
16
+ st.header("Aryan's Q&A Chatbot")
17
 
18
  #Gets the user input
19
  def get_text():