Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def load_answer(question):
|
|
| 28 |
|
| 29 |
#App UI starts here
|
| 30 |
st.set_page_config(page_title="Somesh AI Powered CHAGPT Demo", page_icon=":robot:")
|
| 31 |
-
st.header("Somesh
|
| 32 |
|
| 33 |
#Gets the user input
|
| 34 |
def get_text():
|
|
|
|
| 28 |
|
| 29 |
#App UI starts here
|
| 30 |
st.set_page_config(page_title="Somesh AI Powered CHAGPT Demo", page_icon=":robot:")
|
| 31 |
+
st.header("Somesh AI Powered CHAGPT Demo")
|
| 32 |
|
| 33 |
#Gets the user input
|
| 34 |
def get_text():
|