itacaiunas commited on
Commit
69a244e
1 Parent(s): 949ded2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ iface = gr.ChatInterface(
104
  )
105
 
106
  with gr.Blocks() as demo:
107
- gr.HTML("<center><h2 style='font-size: 22px; text-align: center; color: #007BFF;'>ChatGEO IA</h2><p><b>Tire suas dúvidas, peça sugestões sobre os assuntos da Geografia. Usamos o modelo de IA Mistral-7B-Instruct-v0.3. e muito mais!</b></p></center>")
108
  iface.render()
109
 
110
  demo.queue().launch(show_api=False)
 
104
  )
105
 
106
  with gr.Blocks() as demo:
107
+ gr.HTML("<center><h2 style='font-size: 22px; text-align: center; color: #007BFF;'>ChatGEO IA</h2><p><b>Tire suas dúvidas, peça sugestões sobre os assuntos da Geografia. Usamos o modelo de IA Mistral-7B-Instruct-v0.3.</b></p></center>")
108
  iface.render()
109
 
110
  demo.queue().launch(show_api=False)