Ocillus commited on
Commit
bf98d4b
·
verified ·
1 Parent(s): 32ce7ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,7 +144,7 @@ chatbot_interface = gr.ChatInterface(
144
  chatbot=gr.Chatbot(height=400),
145
  textbox=gr.Textbox(placeholder="Type your message here...", container=True, scale=100),
146
  title="Review With Arcana",
147
- description="ArcanaUI v0.7 - Chatbot",
148
  theme="soft",
149
  examples=[
150
  "What is Hydrogen Bonding?",
@@ -162,7 +162,7 @@ chatbot_interface = gr.ChatInterface(
162
 
163
  # Combine the interfaces using Tabs
164
  with gr.Blocks() as demo:
165
- gr.Markdown("# ArcanaUI v0.7")
166
  with gr.Tabs():
167
  with gr.TabItem("Welcome Page"):
168
  with open('Introduction.txt',mode='r') as file:
 
144
  chatbot=gr.Chatbot(height=400),
145
  textbox=gr.Textbox(placeholder="Type your message here...", container=True, scale=100),
146
  title="Review With Arcana",
147
+ description="ArcanaUI v0.8 - Chatbot",
148
  theme="soft",
149
  examples=[
150
  "What is Hydrogen Bonding?",
 
162
 
163
  # Combine the interfaces using Tabs
164
  with gr.Blocks() as demo:
165
+ gr.Markdown("# ArcanaUI v0.8")
166
  with gr.Tabs():
167
  with gr.TabItem("Welcome Page"):
168
  with open('Introduction.txt',mode='r') as file: