simonou99 commited on
Commit
43b7637
·
verified ·
1 Parent(s): 0eb35a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def gradio_fn(message, history, api_key):
92
  return expert_response
93
 
94
  with gr.Blocks() as demo:
95
- read_me = gr.Markdown(
96
  """
97
  # Simple Dual LLM Chatbot
98
 
 
92
  return expert_response
93
 
94
  with gr.Blocks() as demo:
95
+ gr.Markdown(
96
  """
97
  # Simple Dual LLM Chatbot
98