theosaurus commited on
Commit
90838dc
·
1 Parent(s): 7c18ca4

Removed chat state as unecessary

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -155,10 +155,6 @@ knowledge_textbox = gr.Textbox(
155
 
156
  with gr.Blocks() as demo:
157
  gr.Markdown("# Ontology Generation with Chain-of-Thought")
158
-
159
- # State components for maintaining conversation
160
- chat_state = gr.State([])
161
-
162
  chatbot = gr.Chatbot(type="messages")
163
  message_input = gr.Textbox(
164
  label="message",
 
155
 
156
  with gr.Blocks() as demo:
157
  gr.Markdown("# Ontology Generation with Chain-of-Thought")
 
 
 
 
158
  chatbot = gr.Chatbot(type="messages")
159
  message_input = gr.Textbox(
160
  label="message",