Spaces:
Sleeping
Sleeping
Commit ·
8daf136
1
Parent(s): 16301bf
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,12 +7,12 @@ from page3 import details
|
|
| 7 |
|
| 8 |
def main():
|
| 9 |
|
| 10 |
-
st.title("Chat With
|
| 11 |
|
| 12 |
with st.sidebar:
|
| 13 |
selection = option_menu(
|
| 14 |
menu_title="Main Menu",
|
| 15 |
-
options=["About ","Text Model", "Image Model"],
|
| 16 |
icons=["book","pencil", "image"],
|
| 17 |
menu_icon="cast",
|
| 18 |
default_index=1
|
|
@@ -29,4 +29,4 @@ def main():
|
|
| 29 |
|
| 30 |
|
| 31 |
if __name__ == '__main__':
|
| 32 |
-
main()
|
|
|
|
| 7 |
|
| 8 |
def main():
|
| 9 |
|
| 10 |
+
st.title("Chat With Gemini AI")
|
| 11 |
|
| 12 |
with st.sidebar:
|
| 13 |
selection = option_menu(
|
| 14 |
menu_title="Main Menu",
|
| 15 |
+
options=["About Gemini","Text Model", "Image Model"],
|
| 16 |
icons=["book","pencil", "image"],
|
| 17 |
menu_icon="cast",
|
| 18 |
default_index=1
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
if __name__ == '__main__':
|
| 32 |
+
main()
|