AliZain1 commited on
Commit
45e992d
·
verified ·
1 Parent(s): 06d2c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Computer Program")
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