Dagfinn1962 commited on
Commit
1461d74
1 Parent(s): b369e83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ config.read('config.ini')
103
  openai_key = config.get('Credentials', 'openai_key')
104
 
105
 
106
- with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
107
  gr.Markdown(
108
  """
109
  <br><h1><center>Chat with gpt-3.5-turbo</center></h1>
 
103
  openai_key = config.get('Credentials', 'openai_key')
104
 
105
 
106
+ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
107
  gr.Markdown(
108
  """
109
  <br><h1><center>Chat with gpt-3.5-turbo</center></h1>