INIFanalitica commited on
Commit
3fd216a
1 Parent(s): 1ef497d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ import re
5
  import textwrap
6
  from IPython.display import display, Markdown
7
 
8
- # TERMINATOR
9
 
10
  error_flag = False # Global variable to track error display
11
 
@@ -52,7 +52,7 @@ def generate_response(cleaned_input, model):
52
  return error_response
53
 
54
  def main():
55
- st.title("Chatbot INIF - lau ayudame a ponerle nombre")
56
  genai.configure(api_key='AIzaSyA4k6JoFNZsf8L1ixLMMRjEMoBPns5SHZk') # Replace with your Gemini API key
57
 
58
  # Choose the Gemini model
 
5
  import textwrap
6
  from IPython.display import display, Markdown
7
 
8
+ # MAX Chatbot
9
 
10
  error_flag = False # Global variable to track error display
11
 
 
52
  return error_response
53
 
54
  def main():
55
+ st.title("MAX Chatbot - INIF")
56
  genai.configure(api_key='AIzaSyA4k6JoFNZsf8L1ixLMMRjEMoBPns5SHZk') # Replace with your Gemini API key
57
 
58
  # Choose the Gemini model