fcernafukuzaki commited on
Commit
14b4ed5
1 Parent(s): f3ceecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -77,6 +77,9 @@ class ChatBotInmobiliaria():
77
 
78
 
79
  # Gradio
 
 
 
80
 
81
  description ="""
82
  <p>
@@ -103,7 +106,7 @@ def chat(pregunta):
103
 
104
  with gr.Blocks() as demo:
105
  gr.Markdown(f"""
106
- <p><center><h1>Demo Inmobiliaria</h1></p></center>
107
  {description}
108
  """)
109
 
 
77
 
78
 
79
  # Gradio
80
+ title = """
81
+ <p><center><h1>Demo Inmobiliaria</h1></p></center>
82
+ """
83
 
84
  description ="""
85
  <p>
 
106
 
107
  with gr.Blocks() as demo:
108
  gr.Markdown(f"""
109
+ {title}
110
  {description}
111
  """)
112