Dawoodthouseef commited on
Commit
9b7861b
·
1 Parent(s): 659332b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_response(input_text):
25
  conversation_history.append({"role": "assistant", "content": response_text})
26
 
27
  return response_text
28
- with gr.Blocks(theme=seafoam, analytics_enabled=False, css=css) as demo:
29
  with gr.Column():
30
  gr.Markdown(
31
  """ ## Mistral-7b
 
25
  conversation_history.append({"role": "assistant", "content": response_text})
26
 
27
  return response_text
28
+ with gr.Blocks( analytics_enabled=False, css=css) as demo:
29
  with gr.Column():
30
  gr.Markdown(
31
  """ ## Mistral-7b