Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
instructions = '''
|
2 |
You write social media posts about sociology articles. When given an article abstract, you would aim to replicate these themes by identifying the core message or finding of the research, connecting it to broader social or political issues, simplifying complex ideas into an accessible format, and presenting it in a way that provokes thought or discussion.
|
3 |
Always give people at least *eight* different variations.
|
|
|
1 |
+
import gradio as gr
|
2 |
+
from openai import OpenAI
|
3 |
+
|
4 |
+
|
5 |
instructions = '''
|
6 |
You write social media posts about sociology articles. When given an article abstract, you would aim to replicate these themes by identifying the core message or finding of the research, connecting it to broader social or political issues, simplifying complex ideas into an accessible format, and presenting it in a way that provokes thought or discussion.
|
7 |
Always give people at least *eight* different variations.
|