Spaces:
Sleeping
Sleeping
title DDD changes
Browse files
app.py
CHANGED
@@ -181,11 +181,11 @@ with gr.Blocks() as demo:
|
|
181 |
update_api_key_btn.click(update_api_key, inputs=[api_key_field], outputs=[])
|
182 |
|
183 |
# gr.Markdown("# AI Audit and GRC Framework!")
|
184 |
-
gr.Markdown("#
|
185 |
|
186 |
with gr.Tabs():
|
187 |
-
with gr.TabItem("
|
188 |
-
gr.Markdown("##
|
189 |
chatbot = gr.Chatbot(height=600)
|
190 |
msg = gr.Textbox(label="Write something for the chatbot here")
|
191 |
clear = gr.ClearButton(components=[msg, chatbot], value="Clear console")
|
|
|
181 |
update_api_key_btn.click(update_api_key, inputs=[api_key_field], outputs=[])
|
182 |
|
183 |
# gr.Markdown("# AI Audit and GRC Framework!")
|
184 |
+
gr.Markdown("# AI Audit and GRC Framework!")
|
185 |
|
186 |
with gr.Tabs():
|
187 |
+
with gr.TabItem("Prompt Testing"):
|
188 |
+
gr.Markdown("## Prompt Testing")
|
189 |
chatbot = gr.Chatbot(height=600)
|
190 |
msg = gr.Textbox(label="Write something for the chatbot here")
|
191 |
clear = gr.ClearButton(components=[msg, chatbot], value="Clear console")
|