Spaces:
Sleeping
Sleeping
some changes
Browse files- __pycache__/utils.cpython-310.pyc +0 -0
- app.py +4 -1
- logo.png +0 -0
__pycache__/utils.cpython-310.pyc
ADDED
Binary file (4.14 kB). View file
|
|
app.py
CHANGED
@@ -175,13 +175,16 @@ def update_analysis_type(subcategory):
|
|
175 |
|
176 |
with gr.Blocks() as demo:
|
177 |
|
|
|
|
|
|
|
178 |
# Add a text field for the API key
|
179 |
api_key_field = gr.Textbox(label="Enter your Chatgpt OpenAI API Key")
|
180 |
update_api_key_btn = gr.Button("Update API Key")
|
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("Prompt Testing"):
|
|
|
175 |
|
176 |
with gr.Blocks() as demo:
|
177 |
|
178 |
+
gr.Markdown("<center><img src='https://huggingface.co/spaces/abdulnim/GRC_framework/resolve/main/logo.png' alt='Align X' width='150'/></center>")
|
179 |
+
|
180 |
+
|
181 |
# Add a text field for the API key
|
182 |
api_key_field = gr.Textbox(label="Enter your Chatgpt OpenAI API Key")
|
183 |
update_api_key_btn = gr.Button("Update API Key")
|
184 |
update_api_key_btn.click(update_api_key, inputs=[api_key_field], outputs=[])
|
185 |
|
186 |
# gr.Markdown("# AI Audit and GRC Framework!")
|
187 |
+
gr.Markdown("# AlignX Demo")
|
188 |
|
189 |
with gr.Tabs():
|
190 |
with gr.TabItem("Prompt Testing"):
|
logo.png
ADDED
![]() |