Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,8 @@ if openai_api_key:
|
|
102 |
"Image Chat",
|
103 |
"English To Japanese",
|
104 |
"Text to Image Generator",
|
105 |
-
"Graph Tutorial"
|
|
|
106 |
))
|
107 |
|
108 |
# Add Contact information in the sidebar
|
|
|
102 |
"Image Chat",
|
103 |
"English To Japanese",
|
104 |
"Text to Image Generator",
|
105 |
+
"Graph Tutorial",
|
106 |
+
"Text-To-Diagram-Generator"
|
107 |
))
|
108 |
|
109 |
# Add Contact information in the sidebar
|