Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
447a3c6
1
Parent(s):
d6e41d6
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ def call_inf_server(prompt, openai_key):
|
|
114 |
|
115 |
with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.lime)) as demo:
|
116 |
conversation = Chat()
|
117 |
-
|
118 |
with gr.Column():
|
119 |
# to do: change to openaikey input for public release
|
120 |
openai_key = gr.Textbox(
|
|
|
114 |
|
115 |
with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.lime)) as demo:
|
116 |
conversation = Chat()
|
117 |
+
|
118 |
with gr.Column():
|
119 |
# to do: change to openaikey input for public release
|
120 |
openai_key = gr.Textbox(
|