nicholasKluge commited on
Commit
218415e
·
1 Parent(s): 411139a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
102
  gr.Markdown("""<h1><center>Aira Demo 🤓💬</h1></center>""")
103
  gr.Markdown(intro)
104
 
105
- """
106
  chatbot = gr.Chatbot(label="Aira",
107
  height=500,
108
  show_copy_button=True,
@@ -111,8 +111,8 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
111
  line_breaks=True,
112
  likeable=False,
113
  layout='panel')
114
- """
115
- chatbot = gr.Chatbot(label="Aira").style(height=500)
116
 
117
  msg = gr.Textbox(label="Write a question or instruction to Aira ...", placeholder="What is the capital of Brazil?")
118
 
 
102
  gr.Markdown("""<h1><center>Aira Demo 🤓💬</h1></center>""")
103
  gr.Markdown(intro)
104
 
105
+
106
  chatbot = gr.Chatbot(label="Aira",
107
  height=500,
108
  show_copy_button=True,
 
111
  line_breaks=True,
112
  likeable=False,
113
  layout='panel')
114
+
115
+ #chatbot = gr.Chatbot(label="Aira").style(height=500)
116
 
117
  msg = gr.Textbox(label="Write a question or instruction to Aira ...", placeholder="What is the capital of Brazil?")
118