Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
d3ac18a
1
Parent(s):
18c0354
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import time
|
2 |
import logging
|
3 |
import gradio as gr
|
@@ -128,7 +129,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
128 |
"""
|
129 |
)
|
130 |
conversation = Chat()
|
131 |
-
with gr.Row(
|
132 |
with gr.Column():
|
133 |
# to do: change to openaikey input for public release
|
134 |
openai_key = gr.Textbox(
|
|
|
1 |
+
import openai
|
2 |
import time
|
3 |
import logging
|
4 |
import gradio as gr
|
|
|
129 |
"""
|
130 |
)
|
131 |
conversation = Chat()
|
132 |
+
with gr.Row(():
|
133 |
with gr.Column():
|
134 |
# to do: change to openaikey input for public release
|
135 |
openai_key = gr.Textbox(
|