Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def get_gemini_response(question):
|
|
| 30 |
|
| 31 |
st.set_page_config(page_title="Q&A Demo")
|
| 32 |
|
| 33 |
-
st.header("Gemini Application Made By
|
| 34 |
|
| 35 |
input=st.text_input("Input: ",key="input")
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
st.set_page_config(page_title="Q&A Demo")
|
| 32 |
|
| 33 |
+
st.header("Gemini Application Made By Innoscope Ai")
|
| 34 |
|
| 35 |
input=st.text_input("Input: ",key="input")
|
| 36 |
|